logLikNull {rpm} | R Documentation |
Calculate the null model likelihood
Description
Calculate the null model likelihood
Usage
logLikNull(object, ...)
## S3 method for class 'rpm'
logLikNull(object, ...)
Arguments
object |
a fitted model. |
... |
further arguments to lower-level functions.
|
Value
logLikNull
returns an object of type logLik
if it is
able to compute the null model probability, and NA
otherwise.
Methods (by class)
-
logLikNull(rpm)
: A method for ['rpm'] fits to compute the null likelihood (that is, relative to the constant only model).
[Package rpm version 0.7-3 Index]