View source: R/makePPTList_matchit.R
formula2vars | R Documentation |
Extract variable names with formula
formula2vars(formula, allowInteraction = FALSE)
formula |
An object of class formula |
allowInteraction |
logical |
formula = treat ~ age + educ + race + married+nodegree + re74 + re75
formula = treat ~ age+ race+ age:race
formula = horTh ~ age + menostat + tsize + tgrade + pnodes + progrec + estrec
formula2vars(formula)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.