Learn R Programming

WMAP (version 1.1.0)

sigma_ratio: Extract sigma ratios

Description

A generic function to extract the ratios of standard deviations for objects of class 'causal_estimates'.

Usage

sigma_ratio(object)

Value

The ratios of standard deviations between two groups

Arguments

object

An objects of class 'causal_estimates'.

Examples

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

Run the code above in your browser using DataLab