This is a practice package for STAT545. This package contains three functions:

Here is an example of each function:

library(devtools)
library(foofactors)
load_all()
fbind(iris$Species[c(1, 51, 101)], PlantGrowth$group[c(1, 11, 21)])
freq_out(iris$Species)
foo_interrobang(iris$Species)


molliejmcdowell/foofactors documentation built on May 23, 2019, 6:06 a.m.