S4 methods for function mean. These methods extract estimates of mean vectors for the models fitted to Interval Data.
# S4 method for IdtNDE
mean(x)
# S4 method for IdtSNDE
mean(x)
# S4 method for IdtNandSNDE
mean(x)
# S4 method for IdtMxNDE
mean(x)
# S4 method for IdtMxSNDE
mean(x)
For the IdtNDE
, IdtSNDE
and IdtNandSNDE
methods or IdtMxNDE
, IdtMxSNDE
methods with slot “Hmcdt” equal to TRUE: a matrix with the estimated correlations.
For the IdtMxNDE
, and IdtMxSNDE
methods with slot “Hmcdt” equal to FALSE: a three-dimensional array with a matrix with the estimated correlations for each group at each level of the third dimension.
An object representing a model fitted to interval data.