You can install this package the usual way from CRAN
:
install.packages('statisfactory')
Alternatively, you can install the development version (plus dependency omnibus
) using:
remotes::install_github('adamlilith/omnibus')
remotes::install_github('adamlilith/statisfactory')
You may need to install package remotes
first.
makeFormulae()
: Make all possible formula
euclid()
: Euclidean distancefuzzyJaccard()
: Fuzzy Jaccard index for non-binary values
geoMean()
: Geometric meaninvLogitAdj()
: Probit transform robust to 0's or 1'slogitAdj()
: Logit transform robust to 0's and 1'smmode()
: Modal valuepsum()
: Element-wise sum (likepmin()
andpmax()
)se()
: Standard error of the mean
art()
: Aligned rank transform for using ANOVAs on rank datarankMulti()
: Rank values by multiple tie-breaking criteria
backTransPCA()
: "Back-transform" PCA scores to their original values
countConnected()
: 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 variables
nagelR2()
: Nagelkerge's / Craig & Uhler's R2
hist2d()
: Two-dimensional histogramhistOverlap()
: Histogram with overlapping or arbitrary bins
Adam B. Smith