summary.CATE: Summarizing CATE

View source: R/Methods.R

summary.CATER Documentation

Summarizing CATE

Description

'summary' method for class 'CATE'

Usage

## S3 method for class 'CATE'
summary(object, ...)

Arguments

object

An object of class 'CATE', a result of a call to 'CATE'

...

arguments to pass down

Value

The function 'summary.CATE' computes and returns a list of summary statistics.

output.est

a ncol(loading.mat) x 7 matrix with columns for the loading, plugin(biased) estimators, bias-corrected estimators, its standard error, z-statistic, corresponding (two-sided) p-value and significance stars; Each row corresponds to each loading.

Examples

## Not run: 
##-- Continuing the CATE(.) example:
sEst = summary(Est)
sEst

## End(Not run)

SIHR documentation built on April 9, 2023, 5:08 p.m.