summary.carlboot {CarletonStats}R Documentation

Print a summary of an carlboot object

Description

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

Usage

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

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

Arguments

object

The carlboot object to print.

...

not used

Examples

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

[Package CarletonStats version 2.2 Index]