View source: R/apply_covs_formula.R
parse_and_prep | R Documentation |
accepts formula object and data, creates the data used for refinement
parse_and_prep(formula, data)
formula |
formula object specifying how to construct the data used for refinement. This is likely to be some variation of the covs.formula argument. |
data |
data.frame object to be used to create the data needed for refinement. data has unit, time, treatment columns in that order, followed by everything else |
data.frame object with the data prepared for refinement. Data will have unit, time, treatment columns in that order, followed by everything else.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.