spTools is a small collection of functions that add to the array of tools in Doug Bonett's statpsych package. Some functions provide calculations not present in statpsych, whereas other functions offer vectorized versions of statpsych functions. Still other functions further standardize statpsych output.
This package is not currently on CRAN, but can be installed and loaded using these R commands
if (!require(remotes)) install.packages("remotes")
remotes::install_github("cwendorf/spTools")
library(spTools)If you do not wish a full install, the latest functions can be made available using this R command:
source("http://raw.githubusercontent.com/cwendorf/spTools/main/source-spTools.R")This package includes the following documentation:
- Reference: Documentation for all exported functions, including usage, arguments, return values, and examples.
- GitHub Issues: https://github.com/cwendorf/spTools/issues
- Author Email: cwendorf@uwsp.edu
- Author Homepage: https://github.com/cwendorf
Wendorf, C.A. (2025). spTools: Additional functions for the statpsych package [R Package]. https://github.com/cwendorf/spTools