logLik: Log-Likelihood and the number of observations for a...

logLik.flexrsurvR Documentation

Log-Likelihood and the number of observations for a flexrsuv fit.

Description

Function to extract Log-Likelihood and the number of observations from a flexrsuv or flexrsuvclt fit.

Usage

## S3 method for class 'flexrsurv'
logLik(object, ...)

## S3 method for class 'flexrsurv'
nobs(object, ...)

Arguments

object

any object of class flexrsuv results of a flexrsurv fit.

...

not used

Value

logLik returns a standard logLik object (see logLik)

nobs returns a single number, normally an integer.

See Also

logLik, nobs.


flexrsurv documentation built on June 7, 2023, 5:09 p.m.

Related to logLik in flexrsurv...