Learn R Programming

WMAP (version 1.1.0)

print.causal_estimates: Print method for objects of class 'causal_estimates'

Description

Print method for objects of class 'causal_estimates'

Usage

# S3 method for causal_estimates
print(x, ...)

Value

Print values of the 'causal_estimates' object, including:

Percentage sample ESS

Percentage sample effective sample size (ESS) for the pseudo-population.

Mean differences

The mean differences between two groups

Sigma ratios

The ratios of standard deviations between two groups

Arguments

x

An object of class 'causal_estimates'

...

Additional arguments affecting the printed results (so far no additional arguments are needed, so leave blank).

Examples

Run this code
data(demo)
output2 <- causal.estimate(S, Z, X, Y, B = 5, method = "IC", naturalGroupProp)
print(output2)

Run the code above in your browser using DataLab