smurf (version 1.0.6)

plot_reest: Plot Coefficients of Re-estimated Model

Description

Function to plot the coefficients of the re-estimated model.

Usage

plot_reest(x, ...)

# S3 method for glmsmurf plot_reest( x, xlab = "Index", ylab = "Re-estimated coefficients", basic = FALSE, ... )

Arguments

x

An object for which the extraction of model coefficients is meaningful. E.g. an object of class 'glmsmurf', typically the result of a call to glmsmurf or glmsmurf.fit.

...

Additional arguments for the plot function.

xlab

Label for the x-axis, default is "Index".

ylab

Label for the y-axis, default is "Re-estimated coefficients".

basic

Logical indicating if the basic lay-out is used for the plot, default is FALSE.

Details

When the re-estimated model is not included in x, the coefficients of the estimated model in x are plotted with a warning.

See plot.glmsmurf for more details.

See Also

plot.glmsmurf, coef_reest, summary.glmsmurf, glmsmurf, glmsmurf-class

Examples

Run this code
# NOT RUN {
## See example(glmsmurf) for examples
# }

Run the code above in your browser using DataLab