The penetrance model is fitted to family data with a specified baseline hazard distribution,
where is the baseline hazards function specified by base.dist
, which depends on the shape and scale parameters, and ; indicates male (1) and female (0) and indicates carrier (1) or non-carrier (0) of a gene of interest (major gene). Additional covariates can be added to formula
in the model.
For family data arising from population- or clinic-based study designs (design="pop", "pop+"
, "cli"
, or "cli+"
), the parameters of the penetrance model are estimated using the ascertainment-corrected prospective likelihood approach (Choi, Kopciuk and Briollais, 2008).
For family data arising from a two-stage study design (design="twostage"
), model parameters are estimated using the composite likelihood approach (Choi and Briollais, 2011)
Note that the baseline parameters include lambda
and rho
, which represent the scale and shape parameters, respectively, and eta
, additional parameter to specify for "logBurr"
distribution. For the "lognormal"
baseline distribution, lambda
and rho
represent the location and scale parameters for the normally distributed logarithm, where lambda
can take any real values and rho
> 0. For the other baselinse distributions, lambda
> 0, rho
> 0, and eta
> 0. When a piecewise constant distribution is specified for the baseline hazards, base.dist="piecewise"
, baseparm
should specify the initial interval-constant values, one more than the cut points specified bycuts
.
Transformed baseline parameters are used for estimation; log transformation is applied to both scale and shape parameters (\(\lambda, \rho\)) for "Weibull"
, "loglogistic"
, "Gompertz"
and "gamma"
baselines, to (\(\lambda, \rho, \eta\)) for "logBurr"
and to the piecewise constant parameters for a piecewise
baseline hazard. For "lognormal"
baseline distribution, the log transformation is applied only to \(\rho\), not to \(\lambda\), which represents the location parameter for the normally distributed logarithm.
Calculations of penetrance estimates and their standard errors and 95% confidence intervals at given ages can be obtained by penetrance
function via Monte-Carlo simulations of the estimated penetrance model.