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