Learn R Programming

quickReg (version 1.0.0)

Build Regression Models Quickly and Display the Results Using 'ggplot2'

Description

A set of functions to extract results from regression models and plot the effect size using 'ggplot2' seamlessly. While 'broom' is useful to convert statistical analysis objects into tidy data frames, 'coefplot' is adept at showing multivariate regression results. With specific outcome, this package could build regression models automatically, extract results into a data frame and provide a quicker way to summarize models' statistical findings using 'ggplot2'.

Copy Link

Version

Install

install.packages('quickReg')

Monthly Downloads

212

Version

1.0.0

License

GPL-2

Maintainer

Xikun Han

Last Published

August 27th, 2016

Functions in quickReg (1.0.0)

dataframe.reg

Retrieve a data.frame result of univariate regression
dataframe

Generic function for class 'reg'
display

Generic function to display a data.frame or `reg` object
display.reg

summary the result of univariate regression
detail.reg

Retrieve detail results of univariate regression models
display.data.frame

Display summary information of varibles in a data.frame
diabetes

A hypothetical dataset
detail

Generic function for class 'reg'
plot.reg

plot the result of univariate regression result
reg

Apply univariate regression models