README.md

Data-Visualization-Using-R-On-patient-IQ

In this package we visualize the changes in patients IQ's before and after being in a coma to determine any variability.

Created by Stefan Giovanni Creadore

Last updated April 18th 2020

This R package has various functions that show the changes and variability in patients IQ's before and after being in a coma.

This package is useful for generating histograms, T-tests, Shapiro-test, bar graphs, and much more.

piq represents the IQ of the individuals before being in a coma.

viq represents the IQ of the individuals after being in a coma.

list of packages required

install.packages("readr") install.packages("roxygen2") install.packages("devtools") install.packages("dplyr") install.packages("ggplot2") install.packages("scales") install.packages("quantmod") install.packages("MASS") install.packages("flexdashboard")

list of libraries used

library(readr) library(ggplot2) library(scales) library(quantmod) library(devtools) library(roxygen2) library(dplyr) library(MASS) library(lattice)

I claim no ownership of any of the above packages/libraries and do not intend to claim and rights to them.



screadore/Data-Visualization-Using-R-On-patient-IQ documentation built on April 19, 2020, 6:14 p.m.