邱嘉品、莊耘
20180611
##.
Loading required package: splines
Loading required package: Matrix
Attaching package: 'fda'
The following object is masked from 'package:graphics':
matplot
Warning: package 'fdANOVA' was built under R version 3.4.4
num [1:20, 1:39, 1:2] 37 36 33 29 23 18 15 12 9 6 ...
- attr(*, "dimnames")=List of 3
..$ : chr [1:20] "0.025" "0.075" "0.125" "0.175" ...
..$ : chr [1:39] "boy1" "boy2" "boy3" "boy4" ...
..$ : chr [1:2] "Hip Angle" "Knee Angle"
plotFANOVA(x = x.gait[[1]], group.label = as.character(group.label.gait),
int = c(0.025, 0.975), separately = TRUE)plotFANOVA(x = x.gait[[1]], group.label = as.character(group.label.gait),
int = c(0.025, 0.975), means = TRUE)set.seed(123)
fmanova1 <- fmanova.trp(x.gait, group.label.gait, k = c(1, 5, 10, 15, 20))
fmanova2 <- fmanova.trp(x.gait, group.label.gait, k = c(1, 5, 10, 15, 20),
permutation = TRUE)
plot(x = fmanova1, y = fmanova2)Warning: package 'funData' was built under R version 3.4.4
Attaching package: 'funData'
The following object is masked from 'package:stats':
integrate
Warning: package 'rainbow' was built under R version 3.4.4
Loading required package: MASS
Loading required package: pcaPP
Warning: package 'pcaPP' was built under R version 3.4.4