Learn R Programming

tLagPropOdds (version 1.9)

print: Print Analysis Results

Description

Prints the key results.

Prints the key results.

Usage

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

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

Arguments

x

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

...

Ignored.

Examples

Run this code

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)

Run the code above in your browser using DataLab