| LRcont | R Documentation | 
Compute Power for Logistic Regression with Continuous Predictors
LRcont(OR = NA, r = NA, ER = NULL, alpha = 0.05, power = NULL, R2 = 0)
| OR | Odds Ratio for Predictor of Interest | 
| r | Correlation for Predictor of Interest | 
| ER | Event Ratio Probability of a Desirable Outcome Overall | 
| alpha | Type I error (default is .05) | 
| power | Desired Power | 
| R2 | How Well Predictor of Interest is Explained by Other Predictors (default is 0) | 
Power for Logistic Regression with Continuous Predictors
LRcont(OR = 4.05, ER = .463,power=.95)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.