Description Usage Arguments Value Author(s) See Also Examples
Replacement for Anova.lm
in package car
.
1 2 3 4 |
mod |
|
error |
for a linear model, an |
type |
type of test, |
singular.ok |
defaults to |
white.adjust |
if not |
... |
do not use. |
Returns appropriate analysis of variance or halts if unsupported input is detected.
John Fox jfox@mcmaster.ca. Extended by Kristian Hovde Liland.
1 2 3 4 5 | |
Attaching package: 'mixlm'
The following objects are masked from 'package:stats':
glm, lm
Analysis of variance (unrestricted model)
Response: y
Mean Sq Sum Sq Df F value Pr(>F)
x 3.520 3.520 1 69.90 0.0758
z 0.003 0.003 1 0.07 0.8394
x:z 0.050 0.050 1 0.03 0.8772
Residuals 1.857 7.428 4 - -
Err.term(s) Err.df VC(SS)
1 x (3) 1 fixed
2 z (3) 1 -0.0118
3 x:z (4) 4 -0.9033
4 Residuals - - 1.8569
(VC = variance component)
Expected mean squares
x (4) + 2 (3) + 4 Q[1]
z (4) + 2 (3) + 4 (2)
x:z (4) + 2 (3)
Residuals (4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.