View source: R/pmodel-methods.R
objfun.pmodel_identity | R Documentation |
Get the contributions of an objective function (e.g. likelihood contributions) and the sum thereof (e.g. log-Likelihood).
## S3 method for class 'pmodel_identity'
objfun(x, ...)
## S3 method for class 'pmodel_identity'
logLik(object, add_df = 0, ...)
x , object |
object of class pmodel_identity (obtained by |
... |
additional parameters passed on to |
add_df |
it is not very clear what the degrees of freedom are in personalised models.
With this argument you can add/substract degrees of freedom at your convenience. Default
is For examples see |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.