View source: R/fanova.onefactor.R
fanova.onefactor | R Documentation |
One–way anova model for k independent samples of functional data. The function contrasts the null hypothesis of equality of mean functions of functional data based on the an asymptotic version of the anova F–test.
H_0:\, m_1=\ldots=m_k
fanova.onefactor(
object,
group,
nboot = 100,
plot = FALSE,
verbose = FALSE,
...
)
object |
functional response data. fdata class object with |
group |
a factor specifying the class for each curve. |
nboot |
number of bootstrap samples. |
plot |
if |
verbose |
if |
... |
further arguments passed to or from other methods. |
The function returns the p–value of test using one–way anova model over nboot
runs.
Returns:
p-value
: Probability of rejecting the null hypothesis H0 at a significance level.
stat
: Statistic value of the test.
wm
: Statistic values of bootstrap resamples.
anova.onefactor deprecated.
Juan A. Cuesta-Albertos, Manuel Febrero-Bande, Manuel Oviedo de la
Fuente
manuel.oviedo@udc.es
Cuevas, A., Febrero, M., & Fraiman, R. (2004). An anova test for functional data. Computational statistics & data analysis, 47(1), 111-122.
See Also as: fanova.RPm
## Not run:
data(MCO)
grupo<-MCO$classintact
datos<-MCO$intact
res=fanova.onefactor(datos,grupo,nboot=50,plot=TRUE)
grupo <- MCO$classpermea
datos <- MCO$permea
res=fanova.onefactor(datos,grupo,nboot=50,plot=TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.