print.fastDR: Print model summary

View source: R/fast.dr.R

print.fastDRR Documentation

Print model summary

Description

Display basic information about a fastDR object.

Usage

## S3 method for class 'fastDR'
print(x,type="outcome",model="dr",...)

Arguments

x

an object of class fastDR

type

a string taking value “outcome” or “complete”

model

a string taking value “un”, “ps”, or “dr”

...

arguments passed to print.default

Details

If type="outcome" then print.fastDR() will output the treatment effect estimate. Which treatment effect estimate depends on the value of model. Presumably, "dr" will be needed, but an unadjusted and propensity score weighted option are available. The results will be transformed to a scale appropriate for the y.dist specified when the user called fastDR. print.fastDR() will produce odds ratios for binomial outcomes, rate ratios for Poisson outcomes, and differences for all others.

If type="complete" then print.fastDR() will print the entire effects results.

See fastDR for an example of its use.

Author(s)

Greg Ridgeway gridge@sas.upenn.edu

See Also

fastDR


gregridgeway/fastDR documentation built on July 28, 2023, 12:34 p.m.