Displaying 1 result from an estimated 1 matches for "bootstrapf".
Did you mean:
bootstrap
2007 Apr 20
0
automatic call generation for aov()
Hello,
I am writing down a general function to implement the bootstrapF method
for repeated measures anova.
I am passing the function several data frames:
y = dependent
subj = subject identifiers
b = between-subjects factors (number = NB)
w = within-subjects factors (number = NW)
after grouping of all these variables in a single data frame the aov()
call looks...