Last chance! 50% off unlimited learning
Sale ends in
Function to plot the coefficients of the re-estimated model.
plot_reest(x, ...)# S3 method for glmsmurf
plot_reest(
x,
xlab = "Index",
ylab = "Re-estimated coefficients",
basic = FALSE,
...
)
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.
Label for the x-axis, default is "Index"
.
Label for the y-axis, default is "Re-estimated coefficients"
.
Logical indicating if the basic lay-out is used for the plot, default is FALSE
.
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.
plot.glmsmurf
, coef_reest
, summary.glmsmurf
, glmsmurf
, glmsmurf-class
# NOT RUN {
## See example(glmsmurf) for examples
# }
Run the code above in your browser using DataLab