There is a newer version of the record available.

Published March 18, 2021 | Version 0.2.136
Software Restricted

kim: Functions for Behavioral Science Researchers (an R package)

Creators

  • 1. Yale University, School of Management

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()

 

Files

Restricted

The record is publicly accessible, but files are restricted to users with access.