View source: R/estimateEffectContinuous.R
makePPTList_IPW | R Documentation |
make pptList with Matching with IPW
makePPTList_IPW(x, dep = "", seed = 1234)
x |
Character |
dep |
Name of dependent variable |
seed |
Numeric |
result=makePPTList_IPW(x="addIPW(treat~x1+x2,data=simData2)",dep="y",seed=1234)
result=makePPTList_IPW(x="addIPW(educ~age+race+married,data=lalonde)",dep="re78",seed=1234)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.