Learn R Programming

MAINT.Data (version 1.1.1)

cor--methods: Methods for function cor in Package `MAINT.Data'

Description

S4 methods for function cor. These methods extract estimates of correlation matrices for the models fitted to Interval Data.

Usage

# S4 method for IdtNDE
cor(x)
# S4 method for IdtSNDE
cor(x)
# S4 method for IdtNandSNDE
cor(x)

Arguments

x

An object representing a model fitted to interval data.

Value

For the “IdtNDE”, “IdtSNDE” and “IdtSNDE” methods or “IdtMxNDE”, “IdtMxSNDE” methods with slot “Hmcdt” equal to TRUE: a matrix of the estimated correlations. For the “IdtMxNDE”, and “IdtMxSNDE” methods with slot “Hmcdt” equal to FALSE: a three-dimensional array with a matrix of the estimated correlations for each group at each level of the third dimension.

See Also

var