mean_diff | R Documentation |
A generic function to extract mean differences for objects of class 'causal_estimates'.
mean_diff(object)
object |
An objects of class 'causal_estimates'. |
The mean differences between two groups
data(demo)
output2 <- causal.estimate(S, Z, X, Y, B = 5, method = "IC", naturalGroupProp)
mean_diff(output2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.