plot.RSGHB {RSGHB} | R Documentation |
Plot RSGHB Model Object Components
Description
This function plots various components of an RSGHB
model object.
Usage
## S3 method for class 'RSGHB'
plot(x, ...)
Arguments
x |
An |
... |
Additional arguments passed to methods. See |
Details
A type
argument can be passed to control which component is plotted. If type
is "A"
, then the population means of the underlying normal distributions are plotted. If type
is "F"
, then the fixed parameters are plotted. If type
is "Log"
(the default), then the model statistics at every gINFOSKIP
th iteration are plotted.
An error is returned if the type
component is not found in x
.
Author(s)
Jeff Keller <jeff.keller@rsginc.com>, Jeffrey Dumont <jeff.dumont@rsginc.com>
See Also
Examples
# plot(model, type = "A")
# plot(model, type = "F")
# plot(model, type = "Log")
[Package RSGHB version 1.2.2 Index]