print.summary.CATE {SIHR}R Documentation

Printing Summarizing CATE

Description

'print' method for class 'summary.CATE'

Usage

## S3 method for class 'summary.CATE'
print(x, digits = max(3, getOption("digits") - 3), ...)

Arguments

x

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

digits

The number of digits to use when printing

...

arguments to pass down

Examples

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

## End(Not run)

[Package SIHR version 2.1.0 Index]