View source: R/plot_and_summarize.R
| summary.PTE_bootstrap_results | R Documentation |
Prints a summary of the model to the console
## S3 method for class 'PTE_bootstrap_results'
summary(object, ...)
object |
A |
... |
Other methods passed to summary |
Adam Kapelner
library(PTE)
data(continuous_example)
pte_results = PTE_bootstrap_inference(continuous_example$X, continuous_example$y,
regression_type = "continuous", B = 5, num_cores = 1)
summary(pte_results)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.