
Last chance! 50% off unlimited learning
Sale ends in
This function plots various components of an RSGHB
model object.
# S3 method for RSGHB
plot(x, ...)
An RSGHB
model object.
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
.
# NOT RUN {
# plot(model, type = "A")
# plot(model, type = "F")
# plot(model, type = "Log")
# }
Run the code above in your browser using DataLab