print.icweib: Print icweib object

Description Usage Arguments Examples

View source: R/print.icweib.R

Description

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

Usage

1
2
## S3 method for class '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

1
2
3
data(tooth24)
fit <- icweib(L = left, R = right, data = tooth24, strata = dmf, covariates = ~sex)
fit

XiangdongGu/straweib documentation built on Nov. 19, 2019, 1:39 a.m.