This function takes an bivRegr object and plots the estimated effects for the conditional response means, variances or correlation. summary_boot function must be applied by the user in order to get the estimated effects confidence intervals.
# S3 method for bivRegr
plot(x, eq = 1, newdata = NULL, ...)A bivRegr fit.
A number indicating the model effects to be depicted; 1 = first response mean, 2 = second response mean, 3 = first response variance, 4 = second response variance, and 5 = correlation model.
An optional data frame containing covariates values.
Additional plot arguments.
This function returns a plot for bivRegr mean, variance and correlation models.