View source: R/nm.process.coveffects.r
makeCovInfo | R Documentation |
Takes a data frame and creates covInfo objects based on its columns.
makeCovInfo(df, cnames = names(df), cat.covs = "")
df |
A data frame |
cnames |
A vector of column names to create covInfo objects for |
cat.covs |
A vector of categorical column names. Must be a subset of cnames |
Makes a list of covInfo objects from a data.frame.
A list of covInfo objects
This function is used with nm.process.coveffects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.