| Literature DB >> 25926866 |
David Keith Williams1, Zoran Bursac2.
Abstract
BACKGROUND: Commonly when designing studies, researchers propose to measure several independent variables in a regression model, a subset of which are identified as the main variables of interest while the rest are retained in a model as covariates or confounders. Power for linear regression in this setting can be calculated using SAS PROC POWER. There exists a void in estimating power for the logistic regression models in the same setting.Entities:
Keywords: Logistic regression; Power; Sample size
Year: 2014 PMID: 25926866 PMCID: PMC4414303 DOI: 10.1186/1751-0473-9-24
Source DB: PubMed Journal: Source Code Biol Med ISSN: 1751-0473
LRpowerCorr10 macro variables
| SAMPLESIZE | The sample size to be evaluated |
| NSIMS | The number of simulation runs |
| P | The correlation among the predictors |
| AVEP | The average number of “1” responses in the samples |
| OR1 | The odds ratio associated with X1 (Binomial) |
| OR2 | The odds ratio associated with X2 (Binomial) |
| OR3 | The odds ratio associated with X3 ( Uni(-3,3) ) |
| OR4 | The odds ratio associated with X4 ( Uni(-3,3) ) |
| OR5 | The odds ratio associated with X5 ( Uni(-3,3) ) |
| OR6 | The odds ratio associated with X6 ( Uni(-3,3) ) |
| OR7 | The odds ratio associated with X7 ( N (0,1) ) |
| OR8 | The odds ratio associated with X8 ( N (0,1) ) |
| OR9 | The odds ratio associated with X9 ( N (0,1) ) |
| OR10 | The odds ratio associated with X10 ( N (0,1) ) |
| FULLMODEL | The predictor terms in the full model among X1-X10 |
| REDUCEDMODEL | The predictor terms in the reduced model among X1-X10 |
| ALPHA | The significance level of the testing |
| DFTEST | The degrees freedom of the testing |
| PCX1 | The probability of success for X1 |
| PCX2 | The probability of success for X2 |
Figure 1macro example output.