Learn R Programming

CarletonStats (version 2.2)

summary.carlboot: Print a summary of an carlboot object

Description

Print summary statistics and confidence intervals, if desired, for an lmeresamp object.

Usage

# S3 method for carlboot
summary(object, ...)

# S3 method for carlperm summary(object, ...)

Arguments

object

The carlboot object to print.

...

not used

Examples

Run this code
boot_dist <- boot(ToothGrowth$len, ToothGrowth$supp, B = 1000)
summary(boot_dist)
perm_dist <- permTest(states03$ViolentCrime, states03$DeathPenalty, B = 999)
summary(perm_dist)

Run the code above in your browser using DataLab