README.md

fabr

This is a collection of functions and tools I have developed which improve my R toolbox. Majority of functions will be statisticial and data science based.

Current version - NOT FOR INSTALL

Install

install.packages('devtools')
library(devtools)
install_github('enongad/fabr')

Functions

reduceR

A function that uses backwards selection with an input p-value threshold. The function takes a method (only "lm" currently), reponse (string: response variable), param (list of variables to reduce), data (dataframe) and threshold (p-value threshold, default =0.05)

R reduceR()

Current functionality

Changelog



enongad/fabr documentation built on May 24, 2019, 8:51 a.m.