addCovToFormla | R Documentation |
addCovFromFormla
adds some covariates to a formula;
covs should be a list of variable names
addCovToFormla(covs, formla)
covs |
should be a list of variable names |
formla |
which formula to add covariates to |
formula
formla <- y ~ x
addCovToFormla(list("w", "z"), formla)
formla <- ~x
addCovToFormla("z", formla)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.