n this CT assignment, we will use R software to analyze a
dataset GoogleAmazonStock.xlsx.
It contains...
n this CT assignment, we will use R software to analyze a
dataset GoogleAmazonStock.xlsx.
It contains daily closing stock prices for Google and Amazon
from 8/22/2017 to 8/22/2018. When we examine stock prices (or other
financial assets) we often transform them into a (simple) return
series. The return series are computed by the formula: (present
price/past price) - 1. The dataset contains both stock prices and
return series.
1. Using R, construct time series (line) plots for both stock
prices...
Use the classroom dataset. A researcher wants to be able to use
shoe size to predict...
Use the classroom dataset. A researcher wants to be able to use
shoe size to predict height.
Shoe size= 6, 9, 7.5, 9.5, 8, 10.5, 8, 8, 7.5, 7.5, 9, 9, 8.5,
11.5, 8.5, 9, 7, 5, 8, 8, 8.5, 6.5, 6
Height(in)= 62, 67, 62, 69, 63, 67, 66, 63, 68, 64, 63, 66, 65,
72, 64, 65, 66, 61, 67, 64, 65, 60, 64
A) what variable is the response variable and which is the
predictor variable?
B)...
Do heavier cars really use more gasoline? Suppose a car is
chosen at random. Let x...
Do heavier cars really use more gasoline? Suppose a car is
chosen at random. Let x be the weight of the car (in hundreds of
pounds), and let y be the miles per gallon (mpg). x 30 44 33 47 23
40 34 52 y 33 21 22 13 29 17 21 14 Complete parts (a) through (e),
given Σx = 303, Σy = 170, Σx2 = 12,123, Σy2 = 3950, Σxy = 6040, and
r ≈ −0.853.
(a) Draw...
Do heavier cars really use more gasoline? Suppose a car is
chosen at random. Let x...
Do heavier cars really use more gasoline? Suppose a car is
chosen at random. Let x be the weight of the car (in hundreds of
pounds), and let y be the miles per gallon (mpg). x 27 43 29 47 23
40 34 52 y 31 18 27 13 29 17 21 14 Complete parts (a) through (e),
given Σx = 295, Σy = 170, Σx2 = 11,617, Σy2 = 3950, Σxy = 5794, and
r ≈ −0.951. (a) Draw...