plot.copulareg {copulareg}R Documentation

predict

Description

Plot the residuals against the fitted values for a copulareg object, or predicted values against the prediction error

Usage

## S3 method for class '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.


[Package copulareg version 0.1.0 Index]