penmodel
Provides a summary of a fitted penetrance model.
# S3 method for penmodel
summary(object, correlation=FALSE, ...)
Returns the object of class 'summary.penmodel'
, including the following summary values:
List of parameter estimates of transformed baseline parameters and regression coefficients, their standard errors, their robust standard errors if robust=TRUE
was selected when fitting the penetrance model, \(t\)-statistics and corresponding two-sided \(p\)-values.
Variance-covariance matrix of the parameter estimates.
Robust variance-covariance matrix of the parameter estimates if robust = TRUE
was selected when fitting the penetrance model.
Correlation matrix obtained from the variance-covariance matrix.
Correlation matrix obtained from the robust variance-covariance matrix if robust = TRUE
was selected when fitting the penetrance model.
An object class of 'penmodel'
, a fitted model by penmodel
or penmodelEM
functions.
Logical; if TRUE
, returns the correlation matrix of the estimated parameters. Default is FALSE
.
Further arguments passed to or from other methods.
Yun-Hee Choi
penmodel, penmodelEM, print.penmodel, print.summary.penmodel plot.penmodel