logLik.flexrsurv {flexrsurv} | R 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 |
... |
not used |
Value
logLik
returns a standard logLik
object (see logLik
)
nobs
returns a single number, normally an integer.
See Also
[Package flexrsurv version 2.0.18 Index]