plot.copulareg: predict

Description Usage Arguments Value

View source: R/misc_generics.R

Description

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

Usage

1
2
## 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.


copulareg documentation built on Feb. 23, 2021, 1:07 a.m.