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

View source: R/print.R

print.causal_estimatesR Documentation

Print method for objects of class 'causal_estimates'

Description

Print method for objects of class 'causal_estimates'

Usage

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

Arguments

x

An object of class 'causal_estimates'

...

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

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

Examples

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


WMAP documentation built on April 3, 2025, 8:55 p.m.