summary.IC2: Summary of parameter estimates of a IC2 model

View source: R/summary.IC2.R

summary.IC2R Documentation

Summary of parameter estimates of a IC2 model

Description

This function returns the result of the IC2MM function

Usage

## S3 method for class 'IC2'
summary(object, ...)

Arguments

object

Output from a call to IC2.

...

Additional arguments

Value

Summary for IC2MM objects.

See Also

IC2MM

Examples



library(survival)
result <- IC2MM(Surv(left, right, type = 'interval2') ~ treatment, bcos)

summary(result)




MMAD documentation built on July 9, 2023, 5:13 p.m.

Related to summary.IC2 in MMAD...