Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Need help doing multiple regression in rstudio 3.4.3 Here is the csv file of a wine data set. It is a huge one column data

Need help doing multiple regression in rstudio 3.4.3

Here is the csv file of a wine data set. It is a huge one column data set.

https://archive.ics.uci.edu/ml/machine-learning-databases/wine-quality/winequality-red.csv

1. Use pairs and ggplot to look at the variables. //How to apply the pairs() in this one column data

2. use corr() to make a correlation matrix

3. Run a regression predicting quality from a single variable. //what does "run regression" mean?

4. Make a full regression predicting quality from all interesting variables.

5. use step() to find a stepwise regression model. //how to use the step() correctly?

6. Use the AIC to evaluate your 3 models

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_2

Step: 3

blur-text-image_3

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

Inference Control In Statistical Databases From Theory To Practice Lncs 2316

Authors: Josep Domingo-Ferrer

2002nd Edition

3540436146, 978-3540436140

More Books

Students also viewed these Databases questions

Question

4. Identify cultural variations in communication style.

Answered: 1 week ago

Question

9. Understand the phenomenon of code switching and interlanguage.

Answered: 1 week ago

Question

8. Explain the difference between translation and interpretation.

Answered: 1 week ago