Skip to content

cwendorf/spTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Additional Functions for the statpsych Package

minimal R version License: MIT

Overview

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.

Installation

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

Usage

This package includes the following documentation:

  • Reference: Documentation for all exported functions, including usage, arguments, return values, and examples.

Contact

Citation

Wendorf, C.A. (2025). spTools: Additional functions for the statpsych package [R Package]. https://github.com/cwendorf/spTools

About

Additional Functions for the statpsych Package [R Package]

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages