plot.copulareg
From copulareg v0.1.0
by Simon Boge Brant
predict
Plot the residuals against the fitted values for a copulareg object, or predicted values against the prediction error
Usage
# S3 method for copulareg
plot(x, new_x = NULL, new_y = NULL, ...)
Arguments
- 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.
Value
No return value, called to produce plot.
Community examples
Looks like there are no examples yet.