print.summary.penmodel_c: Print method for 'summary.penmodel_c' of a fitted competing...

print.summary.penmodel_cR Documentation

Print method for summary.penmodel_c of a fitted competing risks penetrance model.

Description

Prints a short summary of parameter and penetrance estimates of a 'summary.penmodel_c' object.

Usage

## S3 method for class 'summary.penmodel_c'
print(x, digits = max(3, getOption("digits") - 3),
  signif.stars=TRUE, ...)

Arguments

x

An object class of 'summary.penmodel_c', a result of a call to summary.penmodel_c.

digits

Number of significant digits to use when printing.

signif.stars

Logical; if TRUE, provides stars to hightlight significant p-values. Default is TRUE.

...

Further arguments passed to or from other methods.

Value

Prints a summary of parameter estimates, their standard errors, t-statistics and corresponding two-sided p-values and additionally indicates significance stars if signif.stars is TRUE.

Also prints penetrance estimates for each event by age 70 specific to gender and mutation-status subgroups along with their standard errors and 95% confidence intervals.

Returns an object of class 'summary.penmodel_c'.

Author(s)

Yun-Hee Choi

See Also

penmodel_c, print.penmodel_c, summary.penmodel_c


FamEvent documentation built on Nov. 17, 2022, 5:06 p.m.