Go to SWOG Web site   Two Arm Normal Sample Size and Power

Function

Two Arm Normal is a program to calculate either estimates of sample size or power for differences in means. The program allows for unequal sample size allocation between the two groups.

Program Code

The program is written in JavaScript.

Source

Rosner, B., Fundamentals of Biostatistics, Prindle, Weber and Schmidt, 1982.

The formulas are the classic two sample formulas for sample size and power for two sample normal problem with constant variance.

Input Items

The user is prompted for values to the following items. For items that have initial default values set, the values are given in parentheses.

  • n2/n1, the sample size ratio of Group 2 to Group 1 (1)


Back to Two Arm Normal program.