kim: Functions for Behavioral Science Researchers (an R package)
Description
This R package contains various functions that simplify and expedite analyses of experimental data.
Examples include a function that plots sample means of groups in a factorial experimental design, a function that conducts robust regressions with bootstrapped samples, and a function that conducts robust two-way analysis of variance.
To use this package, please follow the steps below.
1. In R, install the package from CRAN by typing:
install.packages("kim")
2. After the package is installed, attach the package in R by typing:
library(kim)
3. After the package is attached, update the package to the newest version from the package's Github page by typing:
update_kim()