| plot_reest {smurf} | R Documentation | 
Plot Coefficients of Re-estimated Model
Description
Function to plot the coefficients of the re-estimated model.
Usage
plot_reest(x, ...)
## S3 method for class '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 ' | 
| ... | Additional arguments for the  | 
| xlab | Label for the x-axis, default is  | 
| ylab | Label for the y-axis, default is  | 
| basic | Logical indicating if the basic lay-out is used for the plot, default is  | 
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
## See example(glmsmurf) for examples
[Package smurf version 1.1.5 Index]