georgewangyu/modelGraph: Takes a Tibble and Forms ggplot Model

This function allows you to create a model graph. The graph takes in an x and y arguments from the provided tibble column variables and creates a graph based on the model chosen (such as lm, glm, etc). You can also decide whether to remove N/A values from geom_point, as well as choose the color and size of axis titles. The function must have numeric x and y arguments and will stop if given other data types.

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version0.0.0.9000
URL https://github.com/georgewangyu/modelGraph
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("georgewangyu/modelGraph")
georgewangyu/modelGraph documentation built on Jan. 1, 2021, 2:19 a.m.