logLik.scam | R Documentation |
Function to extract the log-likelihood for a fitted scam
model (fitted by penalized likelihood maximization).
Used by AIC
.
The function is a clone of logLik.gam
of the mgcv
package.
The documentation below is similar to that of object logLik.gam
.
## S3 method for class 'scam'
logLik(object,...)
object |
fitted model objects of class |
... |
unused in this case |
see logLik.gam
for details.
Standard logLik
object: see logLik
.
Hastie and Tibshirani, 1990, Generalized Additive Models.
Wood, S.N. (2008) Fast stable direct fitting and smoothness selection for generalized additive models. J.R.Statist. Soc. B 70(3):495-518
AIC
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.