Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

### Problem 3 title:R Notebook c) & d) output: html_notebook --- This is an [R Markdown](http://rmarkdown.rstudio.com) Notebook. When you execute code within the notebook, the

### Problem 3 title:"R Notebook" c) & d) output: html_notebook --- This is an [R Markdown](http://rmarkdown.rstudio.com) Notebook. When you execute code within the notebook, the results appear beneath the code.

### 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$. -----------------use http://www.lock5stat.com/datapage.html download GeneticDiversity.csv

c) Which of the following values gives the correlation between these two variables: $r = -1.22$,$r = -0.83$, $r = -0.14$, $r = 0.14$, $r = 0.83$, or $r = 1.22$?

```{r} # Insert R code here

```

d) On which continent is the population with the lowest genetic diversity? On which continent is the population that is farthest from East Africa (by land)?

```{r} # Insert R code here

```

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Spatial Databases A Tour

Authors: Shashi Shekhar, Sanjay Chawla

1st Edition

0130174807, 978-0130174802

More Books

Students also viewed these Databases questions

Question

What is the Definition for Third Normal Form?

Answered: 1 week ago

Question

Provide two examples of a One-To-Many relationship.

Answered: 1 week ago