powered by
This function prints the summary of the fitting results from icweib.
# S3 method for icweib print(x, digits = 3, ...)
output returned by icweib function.
digits to print.
other arguments to be passed from print function.
# 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