Skip to content

leskia29/group_2

Repository files navigation

---
title: "README"
author: "Marialexia Alfano"
date: "October 25, 2017"
output: html_document
---

```{r setup, include=FALSE, warning = FALSE, message = FALSE, eval=TRUE}
knitr::opts_chunk$set(echo = TRUE)
```

```{r}
library(readr)
library(knitr)

variable_definitions <- read.csv("writing/variable_definitions.csv")

kable(variable_definitions)
```

About

Associations among independent variables: Create summaries and visualizations of how the independent variables are associated with each other. Here, many of the characteristics of the drugs might be associated with each other, and the drugs might “cluster” into groups based on these characterstics. This group will need to come up with ways (and …

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors