View source: R/getWeightedValues.R
getWeightedValues | R Documentation |
Get weighted value or p value
getWeightedValues(x, digits = 1)
x |
An object of class matchit |
digits |
numeric |
require(MatchIt)
formula=treat ~ age + educ + race+married+nodegree + re74 + re75
x=matchit(formula, data =lalonde, method= "full",link="probit")
getWeightedValues(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.