logLik.ncvreg {ncvreg} | R Documentation |
Extract Log-Likelihood
Description
Extract the log-likelihood of an ncvreg
or ncvsurv
object.
Usage
## S3 method for class 'ncvreg'
logLik(object, REML = FALSE, ...)
## S3 method for class 'ncvsurv'
logLik(object, ...)
Arguments
object |
An |
REML |
As in |
... |
For S3 compatibility |
See Also
[Package ncvreg version 3.14.2 Index]