Description Usage Arguments Value Examples
Convert a (equi-covariance) NAPP model to logistic regression coefficients
1 | napp2logistic(meanColVecs, covMat, priors = NULL)
|
meanColVecs |
[nVar x nGroup] matrix of means |
covMat |
[nVar x nVar] common covariance matrix |
priors |
[nGroup x 1] vector of priors |
bMat [(nVar+1) x 1] vector of coefficients s.t. xmatAug and xmatAug rbind(1, xmat) where xmat is rbind(xvar1,xvar2,xvar3...)
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.