powered by
carlboot
Print summary statistics and confidence intervals, if desired, for an lmeresamp object.
lmeresamp
# S3 method for carlboot summary(object, ...)# S3 method for carlperm summary(object, ...)
# S3 method for carlperm summary(object, ...)
The carlboot object to print.
not used
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