print {tLagPropOdds}R Documentation

Print Analysis Results

Description

Prints the key results.

Prints the key results.

Usage

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

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

Arguments

x

A tLagObj object. The value returned by tLagPropOdds().

...

Ignored.

Examples


data(tLagData)

# full AIPWCC estimator
res <- catProbs(data = tLagData, 
                ti = "x",  
                td = c("hospStatus", "daysOut"))

print(x = res)

data(tLagData)

# full AIPWCC estimator
res <- tLagPropOdds(data = tLagData, 
                    ti = "x",  
                    td = c("hospStatus", "daysOut"))

print(x = res)

[Package tLagPropOdds version 1.9 Index]