LinaQiu/packageForGapminder: Make it easier to see whether there is any linear relationship between pop/lifeExp/gdpPercap and year for countries in GAPMINDER dataset

While we take a look into pop/lifeExp/gdpPercap and year in dataset GAPMINDER, we would want to find is there any linear relationship them. The existing function lm() can help us fit a linear model between them, but it only returns coefficients of the fitted linear model. However sometimes, we not only want to see the coefficients of the fitted linear model, but also want to check the residuals and how well the data fit the linear model. Thus, this package is created to help you find the linear relationship between pop/lifeExp/gdpPercap and time for different countries in GAPMINDER easier, as well as to help you get a intuitive view on how well country's pop/lifeExp/gdpPercap and year fit the linear model by creating a table and plot for the fitted linear model.

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version0.0.0.9000
URL https://github.com/LinaQiu/packageForGapminder
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("LinaQiu/packageForGapminder")
LinaQiu/packageForGapminder documentation built on May 8, 2019, 11:20 p.m.