logLik.cirls | R Documentation |
cirls
objectExtracts the log-likelihood for a fitted cirls
object to be typically used by AIC.
## S3 method for class 'cirls'
logLik(object, df = "edf", ...)
object |
A |
df |
The type of degrees of freedom to assign to the log-Likelihood. Default to expected degrees of freedom. See |
... |
Arguments to be passed to edf to compute degrees of freedom. |
The argument df
provide the type of degrees of freedom attributed to the returned log-likelihood value. This is typically used in the computation of AIC and BIC and changing the degrees of freedom can ultimately change the values of the information criteria. By default, the expected number of freedom given the constraints is used. See edf for details on the computation and for the returned types of degrees of freedom.
A numeric value of class logLik
with attributes df
(degrees of freedom, see details) and nobs
(number of observations used in the estimation).
edf to compute expected degrees of freedom.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.