Displaying 2 results from an estimated 2 matches for "kidsfeet".
2012 Apr 11
0
mosaic 0.4 on CRAN
...104.00 10933.00
( 146.52) (10890.48)
[12.34] [ 0.17]
<-3.51> < 0.41>
189.00 10845.00
( 146.48) (10887.52)
[12.34] [ 0.17]
< 3.51> <-0.41>
key:
observed
(expected)
[contribution to X-squared]
<residual>
> model <- lm(length ~ width + sex, KidsFeet)
> L <- makeFun(model)
> L( 9.0, 'B')
1
24.80017
> L( 9.0, 'B', interval='confidence')
fit lwr upr
1 24.80017 24.30979 25.29055
> xyplot( length ~ width, groups= sex, KidsFeet ) # scatter plot
> with different symbols for b...
2012 Apr 11
0
mosaic 0.4 on CRAN
...104.00 10933.00
( 146.52) (10890.48)
[12.34] [ 0.17]
<-3.51> < 0.41>
189.00 10845.00
( 146.48) (10887.52)
[12.34] [ 0.17]
< 3.51> <-0.41>
key:
observed
(expected)
[contribution to X-squared]
<residual>
> model <- lm(length ~ width + sex, KidsFeet)
> L <- makeFun(model)
> L( 9.0, 'B')
1
24.80017
> L( 9.0, 'B', interval='confidence')
fit lwr upr
1 24.80017 24.30979 25.29055
> xyplot( length ~ width, groups= sex, KidsFeet ) # scatter plot
> with different symbols for b...