Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

### Problem 3 HW3 RStudio b) c) d) The pH of a liquid is a measure of its acidity or alkalinity. Pure water has a

### Problem 3 HW3 RStudio b) c) d) The pH of a liquid is a measure of its acidity or alkalinity. Pure water has a pH of 7, which is neutral. Solutions with a pH less than 7 are acidic while solutions with a pH greater than 7 are basic or alkaline. The dataset FloridaLakes gives information, including pH values, for a sample of lakes of Florida. The dataset may be downloaded from the following address (http://www.lock5stat.com/datasets/FloridaLakes.csv).

a) Download the dataset and read it. Use the variable datalakes to represent the data. How many different fields the dataset contains?

```{r} datalakes=read.csv("http://www.lock5stat.com/datasets1e/FloridaLakes.csv") datalakes ```

b) Obtain the summary of the dataset in regards to the values of pH (mean value, standard deviation, sample size, minimum, maximum, median, first quartile, third quartile)

```{r} # Insert R code here

```

c) How many lakes are included in the dataset? What is the mean pH value? What is the standard deviation?

```{r} # Insert R code here

```

d) Analyze the possible relationship between the values of chlorophill and the pH of the lake.

```{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

Beginning C# 5.0 Databases

Authors: Vidya Vrat Agarwal

2nd Edition

1430242604, 978-1430242604

Students also viewed these Databases questions

Question

What was the role of the team leader? How was he or she selected?

Answered: 1 week ago

Question

What were the issues and solutions proposed by each team?

Answered: 1 week ago