minus2loglik {mspath} | R Documentation |
Returns -2 * the calculator's previously computed log-likelihood, if any.
minus2loglik(x)
x |
A previously evaluated calculator, which should be a mspathCalculator or subclass |
-2 * log-likelihood, a double
.
Use this function, rather than a less-reliable unpacking of
results
, to get the computed likelihood.
You must create and evaluate the calculator with appropriate
do.what
arguments to get a useful likelihood.
Ross Boylan