RSGHB (version 1.2.2)

plot.RSGHB: Plot RSGHB Model Object Components

Description

This function plots various components of an RSGHB model object.

Usage

# S3 method for RSGHB
plot(x, ...)

Arguments

x

An RSGHB model object.

...

Additional arguments passed to methods. See Details.

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 gINFOSKIPth iteration are plotted.

An error is returned if the type component is not found in x.

See Also

doHB

Examples

Run this code
# NOT RUN {
# plot(model, type = "A")
# plot(model, type = "F")
# plot(model, type = "Log")

# }

Run the code above in your browser using DataLab