Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

summary.icfit

Methods for icfit objects


Description

The print method prints as a list, except the A (clique) matrix. The summary method prints the masses an associated maps for the fit. The [ method allows picking out of specific fits for individual elements of the factor when the right hand side of the formula in icfit was a factor.

Usage

## S3 method for class 'icfit'
summary(object, digits=4,  ...)

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

## S3 method for class 'icfit'
x[i]

Arguments

object

an icfit object

x

an icfit object

digits

number of digits for rounding results

i

scalar integer to pick ith strata

...

arguments to be passed

See Also

Examples

data(bcos)
icout<-icfit(Surv(left,right,type="interval2")~treatment, data=bcos)
print(icout)
summary(icout)
icout[1]

interval

Weighted Logrank Tests and NPMLE for Interval Censored Data

v1.1-0.7
GPL (>= 2)
Authors
Michael P. Fay
Initial release
2020-09-23

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.