makePPTList_IPW: make pptList with Matching with IPW

View source: R/estimateEffectContinuous.R

makePPTList_IPWR Documentation

make pptList with Matching with IPW

Description

make pptList with Matching with IPW

Usage

makePPTList_IPW(x, dep = "", seed = 1234)

Arguments

x

Character

dep

Name of dependent variable

seed

Numeric

Examples

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)

cardiomoon/webrPSM documentation built on Feb. 2, 2024, 3:55 a.m.