Question

With the airquality data find a 99 % confidence interval for the correlation between Ozone and...

With the airquality data find a 99 % confidence interval for the correlation between Ozone and Wind. (R STUDIO)

Homework Answers

Answer #1

Solution:

We have find a 99 % confidence interval for the correlation between Ozone and Wind.

We use following R commands:

> air <- airquality

> CI = cor.test(airquality$Ozone,airquality$Wind,conf.level=0.99,method="pearson")

> CI

Press Enter

which gives following output

Pearson's product-moment correlation

data: airquality$Ozone and airquality$Wind
t = -8.0401, df = 114, p-value = 9.272e-13
alternative hypothesis: true correlation is not equal to 0
99 percent confidence interval:
-0.7342471 -0.4245697

sample estimates:
       cor
-0.6015465

Thus a 99 % confidence interval for the correlation between Ozone and Wind is (-0.7342 , -0.4246).

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
For the `Melanoma` (**MASS**) data set, use `prop.test()` to find a 99% confidence interval for the...
For the `Melanoma` (**MASS**) data set, use `prop.test()` to find a 99% confidence interval for the difference in proportion of male and female patients with an ulcer. Please use R code data set is melanoma in the library mass.
Use the sample data to find a 99% confidence interval for the average monthly student loan...
Use the sample data to find a 99% confidence interval for the average monthly student loan payment among all recent college graduates who had at least one student loan during college.Round all answers to the nearest cent (two decimal places).The margin of error for this confidence interval is: $ The 99% confidence interval is:$ <μ<<μ< $ The heights of all women in a large population follow a Normal distribution with unknown mean μμ. In a simple random sample of 44...
The data below is the income for people who are married. Find the 99% confidence Interval...
The data below is the income for people who are married. Find the 99% confidence Interval for the mean incomes for married couples. Incomes of married people 95835 110651 97663 110553 98491 115766 95706 99610 10235 1.       State and check the assumptions for confidence interval 2.       Method used to analyze data (TI calculator, web applet, or excel 3.       Find Sample statistic and the confidence interval 4.       Statistical interpretation
A. which confidence interval is wider? The 95% confidence interval or the 99% confidence interval? difference...
A. which confidence interval is wider? The 95% confidence interval or the 99% confidence interval? difference for both confidence intervals: 0.109 95% CI for difference: (-0.123, 0.340) 99% CI for difference: (-0.199, 0.416) B. Given an arbitrary data set, is there a general relationship between confidence level and the width of the confidence interval? Explain. Please make the answers to parts A and B detailed and easy to read and follow, thank you :)
Find the 99% confidence interval for the difference in the population proportions for the data of...
Find the 99% confidence interval for the difference in the population proportions for the data of a study in which 80% of the 150 Republicans surveyed favored the bill for a salary increase and 60% of the 200 Democrats surveyed favored the bill for a salary increase. Group of answer choices A.(0.0774,0.3226) B.(0.0319,0.1328) C.(0.0593,0.4120) D.(0.1274,0.4162)
This assignment is going to use the data set in R called "airquality" that has 6...
This assignment is going to use the data set in R called "airquality" that has 6 variables, as described below. airquality: A data frame with 154 observations on 6 variables. [,1] Ozone numeric Ozone (ppb) [,2] Solar.R numeric Solar R (lang) [,3] Wind numeric Wind (mph) [,4] Temp numeric Temperature (degrees F) [,5] Month numeric Month (1--12) [,6] Day numeric Day of month (1--31) Using a significance level of 0.05, is there evidence to support that the Temp can be...
Assuming that the population is normally​ distributed, construct a 99 %99% confidence interval for the population​...
Assuming that the population is normally​ distributed, construct a 99 %99% confidence interval for the population​ mean, based on the following sample size of n equals 5.n=5.​1, 2,​ 3, 44​, and 2020 In the given​ data, replace the value 2020 with 55 and recalculate the confidence interval. Using these​ results, describe the effect of an outlier​ (that is, an extreme​ value) on the confidence​ interval, in general. Find a 99 %99% confidence interval for the population​ mean, using the formula...
Find the 99% confidence interval for estimating μd based on these paired data and assuming normality....
Find the 99% confidence interval for estimating μd based on these paired data and assuming normality. (Give your answers correct to one decimal place.) Before 42 65 52 57 58 48 After 30 43 48 32 30 50 Lower Limit Upper Limit
8. The airquality data set has 153 rows, one for each day in May through September...
8. The airquality data set has 153 rows, one for each day in May through September of 1973. One of the variables is named ”Wind”, for wind speed. We will calculate some values of the distribution of Wind using R. Suppose we are interested in the proportion of days for which the wind speed was greater than 12. Attach the airquality data frame to your R workspace with the command > attach(airquality) This allows you to address the variable Wind...
Use the confidence level and sample data to find a confidence interval for estimating the population...
Use the confidence level and sample data to find a confidence interval for estimating the population mean. A local telephone company randomly selected a sample of 679 duration of calls. The a sample mean amount was 6.81 min with a population standard deviation of 5.1 min. Construct a confidence interval to estimate the population mean of pulse rate if a confidence level is 99% . Initial Data: E(margin of error result value) = CI(population mean confidence interval result value)=
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT