├── DESCRIPTION ├── NAMESPACE ├── R ├── slipper.R ├── slipper_ci.R ├── slipper_lm.R └── utils.R ├── README.md ├── man ├── slipper.Rd ├── slipper_.Rd ├── slipper_ci.Rd ├── slipper_ci_.Rd ├── slipper_lm.Rd └── slipper_lm_.Rd ├── slipper.Rproj └── slipper.jpg /DESCRIPTION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtleek/slipper/HEAD/DESCRIPTION -------------------------------------------------------------------------------- /NAMESPACE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtleek/slipper/HEAD/NAMESPACE -------------------------------------------------------------------------------- /R/slipper.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtleek/slipper/HEAD/R/slipper.R -------------------------------------------------------------------------------- /R/slipper_ci.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtleek/slipper/HEAD/R/slipper_ci.R -------------------------------------------------------------------------------- /R/slipper_lm.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtleek/slipper/HEAD/R/slipper_lm.R -------------------------------------------------------------------------------- /R/utils.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtleek/slipper/HEAD/R/utils.R -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtleek/slipper/HEAD/README.md -------------------------------------------------------------------------------- /man/slipper.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtleek/slipper/HEAD/man/slipper.Rd -------------------------------------------------------------------------------- /man/slipper_.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtleek/slipper/HEAD/man/slipper_.Rd -------------------------------------------------------------------------------- /man/slipper_ci.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtleek/slipper/HEAD/man/slipper_ci.Rd -------------------------------------------------------------------------------- /man/slipper_ci_.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtleek/slipper/HEAD/man/slipper_ci_.Rd -------------------------------------------------------------------------------- /man/slipper_lm.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtleek/slipper/HEAD/man/slipper_lm.Rd -------------------------------------------------------------------------------- /man/slipper_lm_.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtleek/slipper/HEAD/man/slipper_lm_.Rd -------------------------------------------------------------------------------- /slipper.Rproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtleek/slipper/HEAD/slipper.Rproj -------------------------------------------------------------------------------- /slipper.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtleek/slipper/HEAD/slipper.jpg --------------------------------------------------------------------------------