Learn R Programming

PTE (version 2.0)

plot.PTE_bootstrap_results: Plots a summary of the bootstrap samples

Description

Plots a summary of the bootstrap samples

Usage

# S3 method for PTE_bootstrap_results
plot(x, ...)

Arguments

x

A PTE_bootstrap_results model object built via running the PTE_bootstrap_inference function.

...

Other methods passed to plot

Author

Adam Kapelner

Examples

Run this code
library(PTE)
data(continuous_example)
pte_results = PTE_bootstrap_inference(continuous_example$X, continuous_example$y,
    regression_type = "continuous", B = 5, num_cores = 1)
plot(pte_results)

Run the code above in your browser using DataLab