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