print.causal_estimates | R Documentation |
Print method for objects of class 'causal_estimates'
## S3 method for class 'causal_estimates'
print(x, ...)
x |
An object of class 'causal_estimates' |
... |
Additional arguments affecting the printed results (so far no additional arguments are needed, so leave blank). |
Print values of the 'causal_estimates' object, including:
Percentage sample effective sample size (ESS) for the pseudo-population.
The mean differences between two groups
The ratios of standard deviations between two groups
data(demo)
output2 <- causal.estimate(S, Z, X, Y, B = 5, method = "IC", naturalGroupProp)
print(output2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.