Returns the Log Likelihood value of the kernel semi parametric model represented by obect evaluated at the estimated coefficients.
Usage
# S3 method for kspm
logLik(object, ...)
Arguments
object
an object of class "kspm", usually, a result of a call to kspm.
...
additional optional argument (currently unused).
Value
logLik of kspm fit
Details
The function returns the Log Likelihood computed as follow: \(logLik = -\frac{1}{2} RSS\) where \(RSS\) is the residual sum of squares.
References
Liu, D., Lin, X., and Ghosh, D. (2007). Semiparametric regression of multidimensional genetic pathway data: least squares kernel machines and linear mixed models. Biometrics, 63(4), 1079:1088.