lme_mass_F | R Documentation |
Estimate F statistics for many vertices
lme_mass_F(stats, C)
stats |
Model fit as returned by |
C |
Contrast vector |
The function returns a list with entries F, pval, sgn and df for each vertex.
## Not run: C <- matrix(c(0, 1, 0, 0, 0, 0), nrow=1)
## Not run: FitRgw <- lme_mass_fit_Rgw(...)
## Not run: F_C <- lme_mass_F(FitRgw$stats, C)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.