plot.bivRegr {refreg}R Documentation

Plot method for bivRegr fit

Description

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.

Usage

## S3 method for class 'bivRegr'
plot(x, eq = 1, newdata = NULL, ...)

Arguments

x

A bivRegr fit.

eq

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.

newdata

An optional data frame containing covariates values.

...

Additional plot arguments.

Value

This function returns a plot for bivRegr mean, variance and correlation models.


[Package refreg version 0.1.1 Index]