summary.ITPaov: Summarizing Functional Analysis of Variance Fits

View source: R/summary.ITPaov.R

summary.ITPaovR Documentation

Summarizing Functional Analysis of Variance Fits

Description

summary method for class "ITPaov".

Usage

## S3 method for class 'ITPaov'
summary(object, ...)

Arguments

object

An object of class "ITPaov", usually, a result of a call to ITPaovbspline.

...

Further arguments passed to or from other methods.

Value

The function summary.ITPaov computes and returns a list of summary statistics of the fitted functional analysis of variance given in object, using the component "call" from its arguments, plus:

factors

A L x 1 matrix with columns for the factors of ANOVA, and corresponding (two-sided) ITP-adjusted minimum p-values of the corresponding tests of significance (i.e., the minimum p-value over all p basis components used to describe functional data).

R2

Range of the functional R-squared.

ftest

ITP-adjusted minimum p-value of functional F-test.

Author(s)

Alessia Pini, Simone Vantini

References

A. Pini and S. Vantini (2013). The Interval Testing Procedure: Inference for Functional Data Controlling the Family Wise Error Rate on Intervals. MOX-report 13/2013, Politecnico di Milano.

K. Abramowicz, S. De Luna, C. Häger, A. Pini, L. Schelin, and S. Vantini (2015). Distribution-Free Interval-Wise Inference for Functional-on-Scalar Linear Models. MOX-report 3/2015, Politecnico di Milano.

See Also

See ITPaovbspline for fitting and testing the functional ANOVA and plot.ITPaov for plots. See also ITPlmbspline, ITP1bspline, ITP2bspline, ITP2fourier, ITP2pafourier.

Examples

# Importing the NASA temperatures data set
data(NASAtemp)

temperature <- rbind(NASAtemp$milan,NASAtemp$paris)
groups <- c(rep(0,22),rep(1,22))

# Performing the ITP
ITP.result <- ITPaovbspline(temperature ~ groups,B=1000,nknots=20,order=3)

# Summary of the ITP results
summary(ITP.result)



fdatest documentation built on May 4, 2022, 9:06 a.m.