Pwr | R Documentation |
This function is generic; method functions can be written to handle specific classes of objects.
Pwr(object, ...)
object |
an object containing the results returned by a model fitting function (e.g., |
... |
some methods for this generic function may require additional arguments. |
Numeric scalar value.
Andrzej Galecki and Tomasz Burzykowski
Galecki, A., & Burzykowski, T. (2013). *Linear Mixed-Effects Models: A Step-by-Step Approach*. Springer.
Pwr.lme
## Not run:
library(nlme)
fm1 <- lme(distance ~ age, data = Orthodont)
Pwr(fm1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.