Question

JDL. Assume the data set has a bell- 42 The mean score of a competency test is 82, with a standard deviation of 2,Between what two values do abou+99.7% of the values lie? (Assume the data set has a bell-shaped distribution.) *For paired data sets 5 -3 -10-8 -2 2 -6 43.(5 pts) Find the equation of the regression line for the given data .一(4-1,l$2-c4 Use the regression equation to predict the value of y for x 2 45. Find r and explain the type of relation between x and y 46. What percentage of variability of the dependent variable is explained by the regression line?

Can someone please help me with the working out of problems 43 to 46. i want to know how to arrive at the correct answer. thanks.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

There is two dataset X & Y

X= (-5,-3,4,1,-1,-2) & Y= (-10,-8 ,9 ,1 ,-2 ,-6)

43) Regression line for Y on X is

Y=2.1800*X - 0.4867

44 ) At X=2.2, Y= 4.309476

45 ) The correlation coffient between x & y is  0.9881905. Means these two vector x & y are highly correlated i.e. there is a strong relationship between x & y.

46) Since R square= 0.9765 ~ 100%. Thus 97.65% of variation in dependent variable y explained by regression line.

I am attaching my R-code for the detail solution of above problem.

> x=c(-5,-3,4,1,-1,-2)
> y=c(-10,-8,9,1,-2,-6)
> lm(y~x)
> predict(model, newdata=data.frame(x=2.2))
> cor(x,y)
> summary(lm(y~x))

Add a comment
Know the answer?
Add Answer to:
Can someone please help me with the working out of problems 43 to 46. i want...
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. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Please help me solve 43-45 43. Use the regression equation below to predict the profits for...

    Please help me solve 43-45 43. Use the regression equation below to predict the profits for the restaurant when the population size is 14.8 thousand people. (Plug in 14.8 for X in the equation and calculate Y) Regression Line: Y--30.3091+6.0211 X 44. (True or False?) This correlation study proves that more people in a city will cause the restaurant profits to increase (True or False?) It will be fine to use the regression equation to predict the profits for the...

  • Hi! If you can help me answer these questions and explain why. I am having a...

    Hi! If you can help me answer these questions and explain why. I am having a hard time understanding how and why. A bell-shaped data set has a mean of 50 and a standard deviation of 5. 1.) ___________ percent of the data lie between 45 and 55. 2.) 95 percent of the data lie between _______ and ________. 3.) ___________ percent of the data lie between 50 and 55. 4.) The z-score for the data value 53 is _________.

  • please help me with b x 3 12 6 20 14 Y55 35 45 10 15...

    please help me with b x 3 12 6 20 14 Y55 35 45 10 15 The estimated regression equation for these data is - 62.25 -2.75x. (a) Compute SSE, SST, and SSR using equations SSE - ELY,-9.), SST = Ely-7), and SSR-369,-7) SSE - 18.75 SST = 1490 SSR - 0361.25 Compute the coefficient of determination (Round your answer to three decimal places.) 2-10.919 Comment on the goodness of fit. (For purposes of this exercise, consider a proportion large...

  • can i have help with problems 6 & 7? 6) (2 pts) A placement exam for...

    can i have help with problems 6 & 7? 6) (2 pts) A placement exam for entrance into a math class yields a mean of 80 and SD of 10. The distribution of the scores is roughly bell-shaped. use the Empirical Rule to find the percentage of scores that lie between 60 and 80. 7) (2 pts) The average number of newspapers for sale in an airport stand is 12. SD is 4. The average age of the pilots is...

  • can someone help me with this i am stuck with all these questions i dont get...

    can someone help me with this i am stuck with all these questions i dont get it Here are summary statistics for randomly selected weights of newborn girts: n = 155, X = 33.6 hg, 8 = 6.5 hg. Construct a confidence interval estimate of the mean. Use a 99% confidence level. Are these results very different from the confidence interval 31.3 hg <u <35.1 hg with only 13 sample values, x = 33.2 hg, and s = 2.3 hg?...

  • Please help me out by giving me detailed answers with formulas. So I can understand fully...

    Please help me out by giving me detailed answers with formulas. So I can understand fully Thank you very much A study is conducted to examine the influence of ‘screen time’ on student performance on Statistics exams. A class of 12 students is observed over a period of time, with the independent variable being the average amount of time per day each student spends on TV/internet, and the dependent variable being their subsequent Statistics exam score, in %. The data...

  • Can someone help me with these multiple choice questions. Please explain why the answers. 1. A...

    Can someone help me with these multiple choice questions. Please explain why the answers. 1. A transformation can be used to: (a) account for curvature (b) get a better prediction equation (c) stabilize the variances (d) any of the above 2. A partial regression plot that shows a straight-line relationship indicates: (a) that a linear term needs to be added to the model (b) that a quadratic term needs to be added to the model (c) the linear relationship that...

  • statistics help 15) Express the alternative hypothesis in symbolic form. A professor dlaims that the mean amount of time (in hours) sophomores spent studying for the statistics final exam is more...

    statistics help 15) Express the alternative hypothesis in symbolic form. A professor dlaims that the mean amount of time (in hours) sophomores spent studying for the statistics final exam is more than that of freshmen. Assume that the two samples are independent. Let the freshmen be the first population and the sophomores be the second 16) Assume that the following confidence interval for the difference in the mean length of male (sample 1) and birth was constructed using independent simple...

  • can someone please help me with this question 9.1 3.2 Determine the area of the triang...

    can someone please help me with this question 9.1 3.2 Determine the area of the triang in 2-space determined by and e area of the triangle formed by joining two opposite vertices of the parallelogram QUESTION 7 through the points (2,0, -1) and (3.1.1). and use li is the line in R that pass is the line in R defined by ER (1.7.2) = (2. 1. 2) + +(1,0,1). Suppose V is the plane in R defined by -2-y-22=2. 9.1...

  • Please I want someone help me to solve this question a,b,c,d,e I’m not sure about my...

    Please I want someone help me to solve this question a,b,c,d,e I’m not sure about my solution This is the data # Set directory to data folder setwd("C:data") # getwd() # Read data from csv file data <- read.csv("SweetPotatoFirmness.csv",header=TRUE, sep=",") head(data) str(data) # scatterplot of independent and dependent variables plot(data$pectin,data$firmness,xlab="Pectin, %",ylab="Firmness") par(mfrow = c(2, 2)) # Split the plotting panel into a 2 x 2 grid model <- lm(firmness ~ pectin , data=data) summary(model) plot(model) par(mfrow=c(1,1)) # Residual Plot data$residuals...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT