Question
### Problem 3 title:R Notebook a) & b) output: html_notebook --- RStudio -- This is an [R Markdown](http://rmarkdown.rstudio.com) Notebook. When you execute code within the
### Problem 3 title:"R Notebook" a) & b) output: html_notebook --- RStudio -- This is an [R Markdown](http://rmarkdown.rstudio.com) Notebook. When you execute code within the notebook, the results appear beneath the code.
# --- http://www.lock5stat.com/datapage.html download dataset GeneticDiversity.csv
### Problem 3 It is hypothesized that humans originated in East Africa, and migrated from there. A measure of genetic diversity for different populations (Ramachandran S., Deshpande O., Roseman C.C., Rosenberg N.A., Feldman M.W., Cavalli-Sforza L.L., " Support from the relationship of genetic and geographic distance in human populations for a serial founder effect originating in Africa," Proceedings of the National Academy of Sciences, 2005, 102 15942 - 15947)and the geographic distance of each population from East Africa (Addis Ababa, Ethiopia), as one would travel over the surface of the earth by land (migration long ago is thought to have happened by land) were computed. The relationship between these two variables is included in the dataset $GeneticDiversity$.
a) Import the dataset $GeneticDiversity$ from the textbook website and do a preliminary analysis of the content of it. Additionally, identify which variables might be considered categorical and which ones nnumerical or quantitative?
```{r} # Insert R code here
```
b) Make a scattered plot including genetic diversity and distance from East Africa as variables. Add to the plot the linear model. Does there appear to be an association? If so, it is positive or negative? Strong or weak? Linear or nonlinear?
```{r} # Insert R code here
```
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started