logLikNull | R Documentation |
Calculate the null model likelihood
logLikNull(object, ...)
## S3 method for class 'rpm'
logLikNull(object, ...)
object |
a fitted model. |
... |
further arguments to lower-level functions.
|
logLikNull
returns an object of type logLik
if it is
able to compute the null model probability, and NA
otherwise.
logLikNull(rpm)
: A method for ['rpm'] fits to compute the null likelihood (that is, relative to the constant only model).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.