| plot.crch.boost {crch} | R Documentation | 
Plot coefficient paths of boosted CRCH objects.
Description
Plot paths of coefficients or log-likelihood contributions for crch.boost models.
Usage
## S3 method for class 'crch.boost'
plot(x, loglik = FALSE, 
  standardize = TRUE, which = c("both", "location", "scale"), 
  mstop = NULL, coef.label = TRUE, col = NULL, ...)
Arguments
| x | an object of class  | 
| loglik | logical whether log-likelihood contribution shall be plotted instead of coefficient value. | 
| standardize | logical whether coefficients shall be standardized.
Not used if  | 
| which | which coefficients:  | 
| mstop | Stopping iteration for which a vertical line is plotted. 
Possible choices are  | 
| coef.label | logical whether paths shall be labeled. | 
| col | Color(s) for the paths. If  | 
| ... | further arguments passed to  |