logLik.SVC_mle: Extact the Likelihood

View source: R/logLik-SVC_mle.R

logLik.SVC_mleR Documentation

Extact the Likelihood

Description

Method to extract the computed (penalized) log (profile) Likelihood from an SVC_mle object.

Usage

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

Arguments

object

SVC_mle object

...

further arguments

Value

an object of class logLik with attributes

  • "penalized", logical, if the likelihood (FALSE) or some penalized likelihood (TRUE) was optimized.

  • "profileLik", logical, if the optimization was done using the profile likelihood (TRUE) or not.

  • "nobs", integer of number of observations

  • "df", integer of how many parameters were estimated. Note: This includes only the covariance parameters if the profile likelihood was used.

Author(s)

Jakob Dambon


varycoef documentation built on Sept. 18, 2022, 1:07 a.m.