- x
An object class of 'penmodel'
, a fitted model by penmodel
or penmodelEM
functions.
- agemax
Maximum age of disease onset or maximum age. Default is 80 years of age.
- print
Logical; if TRUE
, displays parameter estimates and penetrance estimates by age 70.
- mark.time
Logical; if TRUE
, curves are marked at each censoring time, otherwise, no labeling is done.
- conf.int
Logical; if TRUE
, displays 95% confidence intervals for both parametric and non-parametric penetrance estimates for each subgroup and returns their lower
and upper
limits.
- add.KM
Logical; if TRUE
, displays Kaplan-Meier curves from data.
- MC
Number of simulated samples used to calculate confidence intervals with a Monte-Carlo method.
If MC = 0
, no confidence intervals will be calculated. Default value is 100.
- col
Colors of lines for male carriers, female carriers, male noncarrers, and female noncarriers. Default is c("blue", "red", "blue", "red")
.
- lty
Types of lines for male carriers, female carriers, male noncarriers, and female noncarriers. Default is c(1, 1, 2, 2)
.
- add.legend
Logical; if TRUE
, displays a legend in the plot.
- add.title
Logical; if TRUE
, displays a title in the plot.
- xpos, ypos
Position of legend; see legend. Defaults are xpos = "topleft", ypos = NULL
.
- xlab
Title for the x-axis. Default is "Age at onset"
.
- ylab
Title for the y-axis. Default is "Penetrance"
.
- ylim
Limits for the y-axis. Default is NULL
. If NULL
, ylim
will be automatically determined.
- main
Main title of the plot. Default is NULL
. If NULL
, the title will be automatically created.
- ...
Other parameters to be passed through to plotting functions.