parse_and_prep {PanelMatch} | R Documentation |
parse_and_prep
Description
accepts formula object and data, creates the data used for refinement
Usage
parse_and_prep(formula, data)
Arguments
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 |
Value
data.frame object with the data prepared for refinement. Data will have unit, time, treatment columns in that order, followed by everything else.
[Package PanelMatch version 3.1.1 Index]