powered by
This is a special function used only in identifying the strata variables when defining an exactMatch during a call to fullmatch, pairmatch, or match_on. It should not be called externally.
exactMatch
fullmatch
pairmatch
match_on
strata(...)
the variables with appropriate labels
any number of variables of the same length.
data(nuclearplants) fullmatch(pr ~ cost + strata(pt), data = nuclearplants)
Run the code above in your browser using DataLab