Description Usage Arguments Details Value Author(s) See Also
Plot output of profile.game
.
1 2 |
x |
an object of class |
show.pts |
logical: plot a point for the log-likelihood of each profiled model? |
... |
other arguments, currently ignored |
This method provides plots for a quick assessment of whether game
models have failed to converge to a global maximum. For each parameter
profiled (see profile.game
for details of the profiling
process), a spline interpolation of the log-likelihood profile is provided,
with an "x" marking the value at the original parameter estimate.
Sometimes the plot will seem to indicate that the original fit did not reach
the global maximum, even though profile.game
did not issue the
non-covergence warning. This is an artifact of the interpolation, which can
be confirmed by re-running plot.profile.game
with the argument
show.pts = TRUE
.
x
, invisibly
Brenton Kenkel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.