Description Usage Arguments Details Author(s)
The function cv.trans.psa
takes a covariate data frame and replaces each
categorical covariate of n >=3
levels with n new binary covariate columns,
one for each level. Transforms covariate dataframe for use with the function
cv.bal.psa
.
1 | cv.trans.psa(covariates, fcol = NULL)
|
covariates |
A dataframe of covariates, presumably some factors. |
fcol |
An optional vector containing the factor columns in the covariate
data frame. In |
NOTE: This function originated in the PSAgraphics
package. It has been
adapted here for the multilevelPSA
package.
James E. Helmreich James.Helmreich@Marist.edu
Robert M. Pruzek RMPruzek@yahoo.com
KuangNan Xiong harryxkn@yahoo.com
Jason Bryer jason@bryer.org
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.