Displaying 2 results from an estimated 2 matches for "748644".
Did you mean:
74844
2012 Mar 05
2
new to repeated measures anova in R
....aov,multivariate=F)
Univariate Type III Repeated-Measures ANOVA Assuming Sphericity
SS num Df Error SS den Df F Pr(>F)
(Intercept) 6275173 1 192361 9 293.5961 3.535e-08 ***
Shoe 2340 2 11839 18 1.7786 0.1973
Region 748644 7 299408 63 22.5037 6.181e-15 ***
---
Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1
Mauchly Tests for Sphericity
Test statistic p-value
Shoe 0.72437 0.275329
Region 0.00032 0.006714
Greenhouse-Geisser and Huynh-Feldt Corrections
for Depart...
2012 Sep 15
1
Error when using Bagplot function
Hi, I am using the bagplot function within the aplpack package and often get
this error:
Error in chull(pg[, 1], pg[, 2]) :
NA/NaN/Inf in foreign function call (arg 2)
Here's an example of data for which this happens:
bagplot(c(-4.66, -2.62, -3.65 ,-3.07 ,-4.91, -4.56 ,-3.79, -3.10, -3.01),
c(2.14, -7.18, -0.15 , 2.67, -2.49, -0.89 , 0.96 , 0.59, -4.59))
Can anyone help?
--