powered by
Prints a summary of the model to the console
# S3 method for PTE_bootstrap_results summary(object, ...)
A PTE_bootstrap_results model object built via running the PTE_bootstrap_inference function.
PTE_bootstrap_results
PTE_bootstrap_inference
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)
Run the code above in your browser using DataLab