Question

In: Statistics and Probability

A survey of the commercial activities was conducted for five zones in an analysis area. The...

A survey of the commercial activities was conducted for five zones in an analysis area. The data were collected based on three types of employment, namely manufacturing, retail and service, and others. The resulted zonal employment of three different commercial types and their respective trip attractions are listed in the following table.

Zonal Employment

Trip Attraction Zone Manuf. Ret&Ser Others Total X1 X2 X3 X Y 1 6820 2547 115 9482 9428 2 111 1899 0 2010 2192 3 228 87 259 574 330 4 0 127 0 127 153 5 2729 813 294 3836 3948

a) Determine a single linear regression equation between dependent variable Y and each of independent variables X, X1, X2, and X3. (The use of Excel or a similar tool is suggested, but the manual calculation is acceptable.) b) Determine a multiple linear regression equation between dependent variable Y and independent variables X1, X2, and X3. (The use of Excel or a similar tool is suggested.) c) Summarize the constants and coefficients of variables and coefficients of correlation derived from a) and b) into a single table. Select the equations that might be acceptable for use in trip generation and give the reasons

Solutions

Expert Solution

using R


x1 <- c( 6820,111,228,0,2729)

x2 <- c(2547 , 1899 , 87 , 127 , 813)

x3 <- c( 115,0,259,0,294)
> x <- c(9482,2010,574,127,1836)
> model <- lm (y~x)
> summary(model)

Call:
lm(formula = y ~ x)

Residuals:
      1       2       3       4       5
1.624 -13.327   4.721   2.425   4.557

Coefficients:
              Estimate Std. Error t value Pr(>|t|)
(Intercept) 5.6594628 5.0592008   1.119    0.345
x           -0.0006627 0.0011447 -0.579    0.603

Residual standard error: 8.741 on 3 degrees of freedom
Multiple R-squared: 0.1005,    Adjusted R-squared: -0.1993
F-statistic: 0.3352 on 1 and 3 DF, p-value: 0.6032

model1 <- lm (y~x1)
> summary(model1)

Call:
lm(formula = y ~ x1)

Residuals:
      1       2       3       4       5
-2.110 -13.066   5.951   3.918   5.307

Coefficients:
              Estimate Std. Error t value Pr(>|t|)
(Intercept) 4.0818353 5.1526688   0.792    0.486
x1          -0.0001425 0.0015676 -0.091    0.933

Residual standard error: 9.203 on 3 degrees of freedom
Multiple R-squared: 0.002748, Adjusted R-squared: -0.3297
F-statistic: 0.008265 on 1 and 3 DF, p-value: 0.9333

model2 <- lm (y~x2)
> summary(model2)

Call:
lm(formula = y ~ x2)

Residuals:
      1       2       3       4       5
5.1300 -8.4080 0.6986 -1.0830 3.6625

Coefficients:
             Estimate Std. Error t value Pr(>|t|)
(Intercept) 9.776418   4.101619   2.384   0.0973 .
x2          -0.005460   0.002794 -1.954   0.1456
---
Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1

Residual standard error: 6.112 on 3 degrees of freedom
Multiple R-squared: 0.5601,    Adjusted R-squared: 0.4135
F-statistic: 3.82 on 1 and 3 DF, p-value: 0.1456

model3 <- lm (y~x3)
> summary(model3)

Call:
lm(formula = y ~ x3)

Residuals:
      1       2       3       4       5
-2.1250 -7.9513 1.6489 9.0487 -0.6214

Coefficients:
            Estimate Std. Error t value Pr(>|t|)
(Intercept) -1.04873    4.68043 -0.224    0.837
x3           0.03629    0.02563   1.416    0.252

Residual standard error: 7.135 on 3 degrees of freedom
Multiple R-squared: 0.4006,    Adjusted R-squared: 0.2008
F-statistic: 2.005 on 1 and 3 DF, p-value: 0.2517

b)

model_mult <- lm (y~x1+x2+x3)
> summary(model_mult)

Call:
lm(formula = y ~ x1 + x2 + x3)

Residuals:
        1         2         3         4         5
-0.004109 0.001059 -0.010807 0.002729 0.011128

Coefficients:
              Estimate Std. Error t value Pr(>|t|)  
(Intercept) 9.234e+00 1.731e-02 533.62 0.001193 **
x1           2.360e-03 4.813e-06 490.38 0.001298 **
x2          -9.741e-03 1.323e-05 -736.43 0.000864 ***
x3           4.192e-03 7.572e-05   55.37 0.011497 *
---
Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1

Residual standard error: 0.01631 on 1 degrees of freedom
Multiple R-squared:      1,     Adjusted R-squared:      1
F-statistic: 3.192e+05 on 3 and 1 DF, p-value: 0.001301


c) make table yourself ,

all results are given.


Related Solutions

A survey is conducted to estimate the average household income in a large metropolitan area. A...
A survey is conducted to estimate the average household income in a large metropolitan area. A random sample of 150 households in this area yielded an average household income of $55,000 with a standard deviation of $13,200. Construct a 95% confidence interval for the mean household income in this area. (Choose the BEST answer)
A survey was conducted in the San Francisco Bay area in which each participating individual was...
A survey was conducted in the San Francisco Bay area in which each participating individual was classified according to the type of vehicle used most often and city of residence. A subset of the resulting data are given in the accompanying table. Do the data provide convincing evidence of an association between city of residence and vehicle type? Use a significance level of 0.05. You may assume that it is reasonable to regard the sample as a random sample of...
Question 1: An origin-destination survey in 10 travel-analysis zones provided the following data relating to zonal...
Question 1: An origin-destination survey in 10 travel-analysis zones provided the following data relating to zonal residential densities (households/acre) and average daily trip productions per household. Calibrate and plot a model of the form Y=a+bX. Do you think the calibrated model is acceptable and why? (The use of Excel or a similar tool is suggested, but the manual calculation is acceptable). Density X: 42    5    25 10 4 15 20 12 14 22 Trip rate Y: 1.5 4.0...
a survey was conducted on sky divers attitudes toward the practise example activities. They were asked...
a survey was conducted on sky divers attitudes toward the practise example activities. They were asked to state the extent to which they found the example activities helpful for their learning in sky diving on a 7 point scale (1 = strongly disagree; 4 = neutral; 7 = strongly agree). Gender and Lecture Attendance in sky diving were also recorded. A random sample of 60 students was selected Rating_catwas created to re-group the simulation ratings into three categories: Disagree (1,...
a survey was conducted on sky divers attitudes toward the practise example activities. They were asked...
a survey was conducted on sky divers attitudes toward the practise example activities. They were asked to state the extent to which they found the example activities helpful for their learning in sky diving on a 7 point scale (1 = strongly disagree; 4 = neutral; 7 = strongly agree). Gender and Lecture Attendance in sky diving were also recorded. A random sample of 60 students was selected Rating_catwas created to re-group the simulation ratings into three categories: Disagree (1,...
A nonprofit organization conducted a survey of 2080 metropolitan-area teachers regarding their beliefs about problems that...
A nonprofit organization conducted a survey of 2080 metropolitan-area teachers regarding their beliefs about problems that hamper students' schooling. The following data were obtained. 860 said that lack of parental support is a problem. 860 said that abused or neglected children are problems. 670 said that malnutrition or students in poor health is a problem. 100 said that lack of parental support and abused or neglected children are problems. 90 said that lack of parental support and malnutrition or poor...
The Motel Owner Association conducted a survey regarding weekday motel rates in the area. Listed below...
The Motel Owner Association conducted a survey regarding weekday motel rates in the area. Listed below is the room rate for business-class guests for a sample of 10 motels. $ 101, $96, $103, $110, $78, $87, $101, $80, $106, and $88. Compute the mean of the above data. Compute the inter quartile range. Compute the standard deviation. Find the mode.
A survey was conducted in five countries. The percentages of respondents whose household members own more...
A survey was conducted in five countries. The percentages of respondents whose household members own more than personal computer, laptop, notebook or iPad are as follows: Australia 53% New Zealand 48% China 38% Japan 54% South Korea 49% Suppose that survey was based on 500 respondents in each country. (a) At the 0.05 level of significance, determine whether there is some significant difference in the proportion of households in these countries who own more than one computer (personal computer, laptop,...
A market survey was conducted in a city which numbers 16,000 homemakers. The survey was conducted...
A market survey was conducted in a city which numbers 16,000 homemakers. The survey was conducted to estimate the proportion of homemakers who could recognize the brand name of a cleanser based on the shape and color of the container. Of the 1,400 homemakers surveyed, 420 were able to identify the brand name. a. Using the 0.99 degree of confidence, the population proportion lies within what interval? b. An advertising firm claims that at least 30% of all homemakers can...
Figure Four is a distributor of pharmaceutical products. Its ABC system has five​ activities: Activity Area...
Figure Four is a distributor of pharmaceutical products. Its ABC system has five​ activities: Activity Area Cost Driver Rate in 2013 1. Order processing $45 per order 2. Line-item ordering $7 per line item 3. Store deliveries $46 per store delivery 4. Carton deliveries $1 per carton 55. Shelf-stocking $20 per stocking-hour Rick​ Flair, the controller of Figure Four​, wants to use this ABC system to examine individual customer profitability within each distribution market. He focuses first on the Ma...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT