print.penmodel: Print method for 'penmodel'.

print.penmodelR Documentation

Print method for penmodel.

Description

Prints a summary of parameter estimates of a fitted penetrance model.

Usage

## S3 method for class 'penmodel'
print(x, digits = max(3, getOption("digits") - 3), ...)

Arguments

x

An object class of 'penmodel', a fitted model by penmodel or penmodelEM functions.

digits

Number of significant digits to use when printing.

...

Further arguments passed to or from other methods.

Value

Prints a short summary of the model and model fit.

Returns an object of class 'penmodel'.

Author(s)

Yun-Hee Choi

See Also

penmodel, penmodelEM, summary.penmodel, print.summary.penmodel, plot.penmodel


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