Egymintás t-próba programozható kialakítása Excel VBA környezetben
Main Article Content
Abstract
Microsoft Excel spreadsheets provide the possibility to make calculations, and if data changes recalculations are done automatically. By taking advantage of this feature, a spreadsheet has to be created only once and it can be re-used with different input data. The replacement of the input data in a programmed way can be achieved with the use of Visual Basic for Application (VBA) with minimal programming knowledge. We can automate the multiple execution of the One-Sample Ttest.
With the use of statistical programs, the newer evaluations can only be initiated manually. Excel VBA gives a great advantage in repetitive evaluations. This paper describes the creation of a userfriendly interface in Microsoft Excel spreadsheet program for the automated execution of calculations required in a One-Sample T-test.