View source: R/generateMatchPairFull.R
generateMatchPairFull | R Documentation |
Generate list for sensitivity test
generateMatchPairFull(out, dep)
out |
An object of class matchit |
dep |
Name of dependent variable |
library(MatchIt)
out=matchit(formula=treat~V1+V2+V3,data=simData,link="linear.logit",method="full")
generateMatchPairFull(out,dep="y")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.