SAMPLESIZE
<MODEL= option> ;
If each observation in the data set provides one unit of information in a hypothesis testing such as a one-sample test for the mean, the SAMPLESIZE statement computes the required sample sizes for the sequential design specified in each DESIGN statement. However, for a survival analysis, an individual in the survival time data might provide only partial information because of censoring. For this hypothesis, the SAMPLESIZE statement computes the required numbers of events. With additional accrual information in a survival analysis, the sample sizes can also be computed.
Only one SAMPLESIZE statement can be specified. For each specified group sequential design, the SAMPLESIZE statement computes the required sample sizes or numbers of events. The SAMPLESIZE statement is not required if the SEQDESIGN procedure is used only to compare features among different designs. Table 83.4 summarizes the options available in the SAMPLESIZE statement.
Table 83.4: SAMPLESIZE Statement Options
Option |
Description |
---|---|
Fixed-Sample Models |
|
Specifies the sample size for fixed-sample design |
|
Specifies the number of events for fixed-sample design |
|
One-Sample Models |
|
Specifies the one-sample Z test for mean |
|
Specifies the one-sample test for binomial proportion |
|
Two-Sample Models |
|
Specifies the two-sample Z test for mean difference |
|
Specifies the two-sample test for binomial proportions |
|
Specifies the log-rank test for two survival distributions |
|
Regression Models |
|
Specifies the test for a regression parameter |
|
Specifies the test for a logistic regression parameter |
|
Specifies the test for a proportional hazards regression parameter |
The MODEL= option specifies the input sample size or number of events from a fixed-sample study, or it specifies a statistical model to compute the required sample size. The MODEL=INPUTNOBS option specifies the input sample size from a fixed-sample study of nonsurvival data, and the MODEL=INPUTNEVENTS option specifies the number of events from a fixed-sample study of survival data. The remaining MODEL= options specify the statistical models used to compute the required sample size. The default is MODEL=TWOSAMPLEMEAN, the two-sample Z test for the mean difference.
With the MODEL=INPUTNOBS or MODEL=INPUTNEVENTS option, the required sample size or number of events for the group sequential trial is computed by multiplying the input sample size or number of events by the ratio between the design information level and its corresponding fixed-sample information level. This ratio can be obtained by dividing the Max Information (Percent Fixed-Sample) in the “Design Information” table by 100. See the section Design Information for a description of the “Design Information” table.
The following two options compute the required sample size or number of events for a group sequential trial by using the sample size or number of events for the fixed-sample design.
The following two options compute the required sample size for a one-sample group sequential test:
The following three options compute the required sample size or number of events for a two-sample group sequential trial.
The following three options compute the required sample size or number of events for group sequential tests on a regression parameter.