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