c,.covClass-method | R Documentation |
.covClasss
classesConcatenate multiple .covClasss
classes
## S4 method for signature '.covClass' c(x, ...)
x |
A |
... |
Other |
A vector of .covClasss
classes
# combine two sets of covariates covset1 = set_cov(n_cat = 2, n_cont = 0, mu_int = 0, mu_ext = 0, var = 1) covset2 = set_cov(n_cat = 0, n_cont = 1, mu_int = 62, mu_ext = 65, var = 11) cov_list = c(covset1, covset2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.