plot.copulareg {copulareg} | R Documentation |
Plot the residuals against the fitted values for a copulareg object, or predicted values against the prediction error
## S3 method for class 'copulareg'
plot(x, new_x = NULL, new_y = NULL, ...)
x |
Model fit as returned by copulareg |
new_x |
optional matrix of covariate values to compute the predicted values of the outcome for. If not specified, the fitted values for the training sample are used. |
new_y |
Optional vector if the plot should show predicted values and prediction error. |
... |
additional parameters to plot. |
No return value, called to produce plot.