Description Usage Arguments Details Value
View source: R/mbecs_analyses.R
For a Linear Model, this function extracts the proportion of variance that can be explained by terms and interactions and returns a named row-vector.
1 | mbecVarianceStatsLM(model.fit)
|
model.fit |
A linear model object of class 'lm'. |
Linear Model: Perform an analysis of variance (ANOVA) on the model.fit and return the Sum of squares for each term, scaled by the total sum of squares.
A named row-vector, containing proportional variance for model terms.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.