Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

plot

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 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.

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")

RSGHB

Functions for Hierarchical Bayesian Estimation: A Flexible Approach

v1.2.2
GPL-3
Authors
Jeff Dumont [aut, cre], Jeff Keller [aut], Chase Carpenter [ctb]
Initial release
2019-07-03

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.