summary.causal_estimates | R Documentation |
Summary method for objects of class 'causal_estimates'
## S3 method for class 'causal_estimates'
summary(object, ...)
object |
An object of class 'causal_estimates' |
... |
Additional arguments affecting the summary produced (so far no additional arguments are needed, so leave blank). |
Printed summary of the 'causal_estimates' object, including:
Percentage sample effective sample size (ESS) for the pseudo-population.
B > 0
)The mean differences between two groups with their corresponding 95% confidence intervals.
B > 0
)The ratios of standard deviations between two groups with their corresponding 95% confidence intervals.
B = 0
)The mean differences between two groups.
B = 0
)The ratios of standard deviations between two groups.
data(demo)
set.seed(1)
output2 <- causal.estimate(S, Z, X, Y, B = 5, method = "IC", naturalGroupProp)
summary(output2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.