In this package we visualize the changes in patients IQ's before and after being in a coma to determine any variability.
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")
library(readr) library(ggplot2) library(scales) library(quantmod) library(devtools) library(roxygen2) library(dplyr) library(MASS) library(lattice)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.