plot_stability_curves: Plot stability curves p(c0) for selected terms
Description
Plot stability curves p(c0) for selected terms
Usage
plot_stability_curves(grid, terms, parameter = NULL, ncol = 2L)
Value
Invisibly returns grid the plotted object.
Arguments
- grid
An object from sb_gamlss_c0_grid().
- terms
Character vector of term names to plot.
- parameter
Optional parameter name ('mu','sigma','nu','tau'); if NULL, all.
- ncol
Columns in the multi-panel layout.