print.npdflist {discfrail}R Documentation

Print output from a nonparametric discrete frailty modelling procedure with automatic model selection.

Description

Prints the model comparison statistics comparing models with different numbers of latent populations, and prints the estimates from the optimal model according to the criterion that was specified when calling npdf_cox (by default, BIC criterion).

Usage

## S3 method for class 'npdflist'
print(x, digits = NULL, ...)

Arguments

x

An object returned by npdf_cox with estK=TRUE, containing a list of fitted nonparametric discrete frailty models

digits

Number of significant digits to present, by default max(1, getOption("digits") - 4)

...

Further options (currently unused)


[Package discfrail version 0.1 Index]