validation.CorrMat: Validates input correlation matrix

Description Usage Arguments Details See Also

View source: R/validation.CorrMat.R

Description

Checks symmetry, positive definiteness, conformity and range of the correlation matrix.

Usage

1
validation.CorrMat(prop.vec.bin, CorrMat)

Arguments

prop.vec.bin

Vector of binary (converted from ordinal) marginal probabilities

CorrMat

Correlation matrix to be validated

Details

This function checks the correlation matrix for basic properties of correlation matrix, such as symmetry and positive definiteness. In addition it verifies that all the correlations are in valid range for the calculated binary marginal probabilities. Range violation error message indicates that ordinal data with the specified correlations cannot be generated due to distributional constraints.

See Also

find.binary.prob


MultiOrd documentation built on March 6, 2021, 1:08 a.m.