Useful R functions
psymetlab is a package created at the NCSU Psychometrics Lab with useful functions for formatting R output in APA format and other useful tools.
Current version is 1.0.0
To install this package:
- Install and load the
devtoolspackage (if necessary). In R, paste the following into the console, note, you may need to update R or R Studio first:
install.packages('devtools')
library('devtools')- Download and install the
psymetlabpackage from the Github source code.
install_github('awmeade/psymetlab')
library('psymetlab')This package is free and open source software, licensed under GPL (>= 3).