print.fpen {frailtyMMpen}R Documentation

print a penalized regression object

Description

Print the summary of a non-penalized regression fitted by any model with function frailtyMMpen. The first column is the tuning parameter sequence, the second column is the degree of freedom and the third column is the BIC.

Usage

## S3 method for class 'fpen'
print(x, ...)

Arguments

x

Object with class "fpen" fitted by function frailtyMMpen.

...

Ignored

Value

No return value, called to print the summary for penalized regression.

See Also

frailtyMMpen


[Package frailtyMMpen version 1.2.1 Index]