Published February 27, 2024 | Version 0.5.422
Software documentation Open

kim: A Toolkit for Behavioral Scientists (an R package)

Creators

  • 1. ROR icon Northeastern University

Description

A collection of functions for analyzing data typically collected or used by behavioral scientists.

Examples of the functions include a function that compares groups in a factorial experimental design, a function that conducts (robust) two-way analysis of variance (ANOVA), and a function that cleans a data set generated by Qualtrics surveys.

 

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

kim.pdf

Files (365.2 kB)

Name Size Download all
md5:fa4c9d5bbffd1a3794f79799334068de
365.2 kB Preview Download

Additional details

Dates

Available
2024-02-07

Software

Repository URL
https://cran.r-project.org/package=kim
Programming language
R
Development Status
Active