View source: R/plot.summary_boot.R
plot.summary_boot | R Documentation |
This function takes the bivRegr bootstrap replicates obtained with summary_boot function, and plots the parametric, and smooth effects for each model.
## S3 method for class 'summary_boot' plot(x, eq = 1, select = NULL, ...)
x |
A summary_boot object. |
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. |
select |
An optional parameter to represent an specific effect for each equation. |
... |
Additional plot parameters, not yet implemented. |
This function returns a ggplot2 plot for the estimated effects along with bootstrap 95% confidence intervals.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.