Concept explainers
Natural Sciences |
Engineering | Social Sciences |
Education | |
---|---|---|---|---|
1990 | 70 | 10 | 60 | 30 |
1995 | 130 | 40 | 100 | 50 |
2000 | 330 | 130 | 280 | 120 |
2005 | 490 | 370 | 460 | 210 |
2010 | 590 | 550 | 830 | 520 |
2012 | 690 | 590 | 1,000 | 900 |
Given : Data represents the annual number of PhD graduates in a country in various fields.
In linear regression , the relationship between two variables is of the for Y = a + bX , where Y is dependent variable and X is intendent variable . This is called line of regression of dependent variable Y on intendent variable X .
- R provides useful function lm() . (Linear model) for regression analysis .
- Following functions are commonly used to extract constants from output of lm() .
Here, x = the number of social science doctorates and y = the number of education doctorates
Use following commands to obtain regression equation :
> x=c(60,
+ 100,
+ 280,
+ 460,
+ 830,
+ 1000
+ )
> y=c(30,
+ 50,
+ 120,
+ 210,
+ 520,
+ 900
+ )
> d=data.frame(x,y)
> d
x y
1 60 30
2 100 50
3 280 120
4 460 210
5 830 520
6 1000 900
> r1=lm(y~x)
> r1
Call:
lm(formula = y ~ x)
Coefficients:
(Intercept) x
-80.6297 0.8475
> coef(r1) #coef() - It gives coefficients of regression equation .
(Intercept) x
-80.6297061 0.8475378
Linear regression equation = -80.6297 + 0.8476 X
Interpretation :
The slope tells us the increase in the number of education doctorates for each additional social science doctorate.
Trending nowThis is a popular solution!
Step by stepSolved in 2 steps with 1 images
- Listed below are systolic blood pressure measurements (in mm Hg) obtained from the same woman. Find the regression equation, letting the right arm blood pressure be the predictor (x) variable. Find the best predicted systolic blood pressure in the left arm given that the systolic blood pressure in the right arm is 85 mm Hg. Use a signicance level of 0.05. Right Arm 102 101 93 76 77 Left Arm 177 170 147 148 148arrow_forwardCathy makes a single deposit into an account earning 2.5% compounded monthly. After five years the account contains $3057.46.how much did she deposit?arrow_forwardThe below data on the production volume x and total cost y (in dollars) for a particular manufacturing operation were used to develop the estimated regression equation y = 1,217.33 + 7.68x. Production Volume Total Cost ($) $ (units) 400 Submit Answer 450 550 600 700 750 4,100 4,900 5,400 5,900 6,500 (a) The company's production schedule shows that 650 units must be produced next month. What is the point estimate of the total cost (in dollars) for next month? (Round your answer to the nearest cent.) $6209.33 7,000 (b) Develop a 99% prediction interval for the total cost (in dollars) for next month. (Round your answers to the nearest cent.) X to $ X (c) If an accounting cost report at the end of next month shows that the actual production cost during the month was $6,700, should managers be concerned about incurring such a high total cost for the month? Discuss. Since $6,700 is within the prediction interval, managers should not be concerned about Incurring such a high total cost for one…arrow_forward
- Is It Getting Harder to Win a Hot Dog Eating Contest?Every Fourth of July, Nathan’s Famous in New York City holds a hot dog eating contest. The table below shows the winning number of hot dogs and buns eaten every year from 2002 to 2015, and the data are also available in HotDogs. The figure below shows the scatterplot with the regression line. Year Hot Dogs 2015 62 2014 61 2013 69 2012 68 2011 62 2010 54 2009 68 2008 59 2007 66 2006 54 2005 49 2004 54 2003 45 2002 50 Winning number of hot dogs in the hot dog eating contest Winning number of hot dogs and buns Click here for the dataset associated with this question. (a) Is the trend in the data mostly positive or negative? Positive Negative (b) Using the figure provided, is the residual larger in 2007 or 2008?Choose the answer from the menu in accordance to item (b) of the question statement 20072008 Is the residual positive or…arrow_forwardListed below are systolic blood pressure measurements (in mm Hg) obtained from the same woman. Find the regression equation, letting the right am blood pressure be the predictor (x) variable. Find the best predicted systolic blood pressure in the left arm given that the systolic blood pressure in the right arm is 100 mm Hg Use a significance level of 0.05. Right Arm 103 102 95 78 Left Arm 175 169 147 146 144 m Click the icon to view the critical values of the Pearson correlation coetticient r The regression oquation is y =+O (Round to one decimal place as needed) Given that the systolic blood pressure in the right arm is 100 mm Hg, the best predicted systolic blood pressure in the left arm is mm Hg (Round to one decimal place as needed.)arrow_forwardHelp me to solve this problem please. Thank Youarrow_forward
- Two variable are found to have a strong negative linear correlation. Pick the regression equation that best fits this scenario. y=0.82x−28 ˆy=0.32x−28 y= -0.82x+28 ˆy= -0.32x+28arrow_forwardListed below are systolic blood pressure measurements (in mm Hg) obtained from the same woman. Find the regression equation, letting the right arm blood pressure be the predictor (x) variable. Find the best predicted systolic blood pressure in the left arm given that the systolic blood pressure in the right arm is 90 mm Hg. Use a significance level of 0.05. Right Arm 103 102 96 76 76 Left Arm 174 167 149 148 148arrow_forwardSuppose a researcher collects data on houses that have been sold in a particular neighbourhood over the past year, and obtains the regressions results in the table shown below. A family purchases a 2000 square foot home and plans to make extensions totalling 500 square feet. The house currently has a pool, and a real estate agent has reported that the house is in excellent condition. However, the house does not have a view, and this will not change as a result of the extensions. According to the results in column (1), what is the expected DOLLAR increase in the price of the home due to the planned extensions?arrow_forward
- 1.64 and 1.63 is incorrect please help ()()))arrow_forwardThe following data shows memory scores collected from adults of different ages. Age (X) Memory Score (Y) 25 10 32 10 39 9 48 9 56 7 Use the data to find the regression equation for predicting memory scores from age. The regression equation is: Ŷ = 4.33X + 0.11 Ŷ = -0.11X + 4.33 Ŷ = -0.11X + 13.26 Ŷ = -0.09X + 5.4 Ŷ = -0.09X + 12.6 Use the regression equation you found in question 6 to find the predicted memory scores for the following age: 28 For the calculations, leave two places after the decimal point and do not round: Use the regression equation you found in question 6 to find the predicted memory scores for the following age: 43 For the calculations, leave two places after the decimal point and do not round: Use the regression equation you found in question 6 to find the predicted memory scores for the following age: 50 For the calculations, leave two places after the decimal point and do not round:arrow_forwardA local high school makes a change that should improve student satisfaction with the parking situation. Before the change, 37% of the school's students approved of the parking that was provided. After the change, the principal surveys an SRS of 200 from the more than 2500 students at the school. In all, 83 students say that they approve of the new parking arrangement. The principal cites this as evidence that the change was effective. Which of the following is not true regarding Type I and Type II errors in this setting? O A Type I error occurs if you find convincing evidence that more than 37% of students were satisfied with the new parking arrangement, when in reality only 37% were satisfied. O A Type Il error occurs if you do not find convincing evidence that more than 37% are satisfied with the new parking arrangement, when in reality more than 37% are satisfied. O A possible consequence of a Type I error is the principal believes that students are satisfied and takes no further…arrow_forward
- MATLAB: An Introduction with ApplicationsStatisticsISBN:9781119256830Author:Amos GilatPublisher:John Wiley & Sons IncProbability and Statistics for Engineering and th...StatisticsISBN:9781305251809Author:Jay L. DevorePublisher:Cengage LearningStatistics for The Behavioral Sciences (MindTap C...StatisticsISBN:9781305504912Author:Frederick J Gravetter, Larry B. WallnauPublisher:Cengage Learning
- Elementary Statistics: Picturing the World (7th E...StatisticsISBN:9780134683416Author:Ron Larson, Betsy FarberPublisher:PEARSONThe Basic Practice of StatisticsStatisticsISBN:9781319042578Author:David S. Moore, William I. Notz, Michael A. FlignerPublisher:W. H. FreemanIntroduction to the Practice of StatisticsStatisticsISBN:9781319013387Author:David S. Moore, George P. McCabe, Bruce A. CraigPublisher:W. H. Freeman