lme_F | R Documentation |
Estimate F statistics
lme_F(stats, C)
stats |
Output from the |
C |
Contrast vector |
This function returns a list with entries F, pval, sgn, and df.
## Not run: stats <- lme_fit_FS(...)
## Not run: C <- matrix(c(0, 1, 0, 0), nrow=1)
## Not run: F <- lme_F(stats, C)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.