Displaying 1 result from an estimated 1 matches for "normest".
Did you mean:
normtest
2007 Jan 02
1
slightly extended lm class
...e and other amateur users perhaps
helpful.
y= rnorm(15); x= rnorm(15); z= rnorm(15);
m= lme( y ~ x + z); print(summary(m));
produces something like
Call:
lm(formula = ..1)
Residuals:
Min 1Q Median 3Q Max
-26.04 -10.61 1.55 13.84 28.84
Coefficients:
Estimate NormEst Std. Error t value Pr(>|t|) t-htsk Pr(>|th|)
(Intercept) 6.1343 0.0000 5.8886 1.0417 0.3181 1.41 0.183
x 0.6981 0.1109 1.5922 0.4385 0.6688 0.37 0.716
z -0.7720 -0.4735 0.4123 -1.8727 0.0857 -2.06 0.062 .
---
Signif. codes: 0 ...