Plot fitted copula trends by time
Usage
# S3 method for class 'copula_time_summary'
plot(x, ..., lags = 1, stat = c("mean", "median"), plot = TRUE)
Arguments
- x
A copula_time_summary object or a fitted gamlss.longitudinal object.
- ...
Additional arguments (currently unused).
- lags
Integer lags to assess, measured in ordered time steps.
- stat
Character summary statistic for fitted values, one of "mean" or "median".
- plot
Logical; if TRUE, print the plot.
Value
Invisibly returns a list with the summary data and plot objects.