Learn R Programming

straweib (version 1.1)

print.icweib: Print icweib object

Description

This function prints the summary of the fitting results from icweib.

Usage

# S3 method for icweib
print(x, digits = 3, ...)

Arguments

x

output returned by icweib function.

digits

digits to print.

...

other arguments to be passed from print function.

Examples

Run this code
# NOT RUN {
data(tooth24)
fit <- icweib(L = left, R = right, data = tooth24, strata = dmf, covariates = ~sex)
fit

# }

Run the code above in your browser using DataLab