View source: R/core-generics.R
| is_likelihood_model | R Documentation |
Tests whether an object satisfies the likelihood_model concept by
checking if "likelihood_model" is in its class hierarchy. To be a
likelihood model, at a minimum the object must implement loglik().
For optimal results, it may also provide score() and hess_loglik().
is_likelihood_model(x)
x |
An object to test |
Logical indicating whether x is a likelihood model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.