ITP1bspline
returns an object of class
"ITP1
".
An object of class "ITP1
" is a list containing at least the following components:
basisString vector indicating the basis used for the first phase of the algorithm. In this case equal to "B-spline"
.
testString vector indicating the type of test performed. In this case equal to "1pop"
.
muCenter of symmetry under the null hypothesis (as entered by the user).
coeffMatrix of dimensions c(n,p)
of the p
coefficients of the B-spline basis expansion. Rows are associated to units and columns to the basis index.
pvalUncorrected p-values for each basis coefficient.
pval.matrixMatrix of dimensions c(p,p)
of the p-values of the multivariate tests. The element (i,j)
of matrix pval.matrix
contains the p-value of the joint NPC test of the components (j,j+1,...,j+(p-i))
.
corrected.pvalCorrected p-values for each basis coefficient.
labelsLabels indicating the population membership of each data (in this case always equal to 1
).
data.evalEvaluation on a fine uniform grid of the functional data obtained through the basis expansion.
heatmap.matrixHeatmap matrix of p-values (used only for plots).