| blrchk {binarySimCLF} | R Documentation |
Checks for CLF compatibility. Unlike blrchk1(), this function
works on the covariance matrix V. It calls blrchk1(). It is
RECOMMENDED that the user use this function or blrchk1() first before
engaging in the actual simulation.
blrchk(u, V)
u |
Mean vector |
V |
Covariance matrix |
Returns a logical indicating CLF compatibility; TRUE denoting
CLF compatibility and FALSE otherwise.
# Example
# Checks CLF compatibility.
R = xch(3,0.9);
mu = c(0.4,0.5,0.6);
V = cor2var(R,mu); V
clf.compat = blrchk(mu,V); clf.compat