R/conformity.Check.R

Defines functions conformity.Check

Documented in conformity.Check

conformity.Check <-
function(ordPmat, CorrMat){
if (ncol(ordPmat)!=ncol(CorrMat) ){stop("dimension of CorrMat does not conform to ordPmat")}
if (ncol(CorrMat)!=nrow(CorrMat) ){stop("The CorrMat must be a square matrix")}
}

Try the MultiOrd package in your browser

Any scripts or data that you put into this service are public.

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