This package contains various statistical tools and helper functions.
You can install this package the usual way from CRAN or the development
version (plus dependency omnibus
) using:
remotes::install_github('adamlilith/omnibus', dependencies=TRUE)
remotes::install_github('adamlilith/statisfactory', dependencies=TRUE)
makeFormulae
: Make all possible formulaeuclid
: Euclidean distancegeoMean
: Geometric meaninvLogitAdj
: Probit transform robust to 0’s or 1’slogitAdj
: Logit transform robust to 0’s and 1’smmode
: Modal valuese
: Standard error of the meanart
: Aligned rank transform for using ANOVAs on rank
datarankMulti
: Rank values by multiple tie-breaking
criteriacountConnected
: Count number of contiguous “blocks” of
cells sampleAcross
: Permute values across two vectors or
columns in two data frames or matricessampleStrat
: Sample values stratified by one or more
other variablesnagelR2
: Nagelkerge’s / Craig & Uhler’s R2hist2d
: Two-dimensional histogramhistOverlap
: Histogram with overlapping or arbitrary
binsAdam B. Smith