Question

In: Statistics and Probability

The data below represents the bacterial growth in a liquid culture over a number of days....

The data below represents the bacterial growth in a liquid culture over a number of days.

Day 0 4 8 12 16 20
Amount ×106 67 84 98 125 149 185

Find a best-fit equation to the above data trend using polynomial regression with parabolic model given as:

? = ?? + ?1? + ?2?2

After calculating the values of ao, a1, and a2, substitute these values in the above parabolic model. Plot the given data and the obtained parabolic model in the same plot area. Then predict the amount of bacteria after 35 days. Also find standard deviation Sy, standard error of the estimate Sy/x, and correlation coefficient r.

Solutions

Expert Solution

We’ll do all numeric calculation in R. Please ask if you don’t understand any piece of code in the comments below.

Code:

day <- seq(0, 20, by=4)

amount <- c(67,84,98,125,149,185)

fit = lm(amount ~ day + day^2)

summary(fit)

plot(fit)

The result of the regression is:-

Call:
lm(formula = amount ~ day + day^2)

Residuals:
   1    2    3    4    5    6 
 7.0  0.8 -8.4 -4.6 -3.8  9.0 

Coefficients:
            Estimate Std. Error t value Pr(>|t|)    
(Intercept)  60.0000     5.5686   10.78 0.000421 ***
day           5.8000     0.4598   12.61 0.000227 ***
---
Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1

Residual standard error: 7.694 on 4 degrees of freedom
Multiple R-squared:  0.9755,    Adjusted R-squared:  0.9693 
F-statistic: 159.1 on 1 and 4 DF,  p-value: 0.0002274


Related Solutions

The following data represents the number of complaints a company received for the 20 days that...
The following data represents the number of complaints a company received for the 20 days that it was open in March: 5,2,7,3,8,4,0,3,3,4,2,9,4,3,5,11,3,1,2,4. a. Create a frequency table and a relative frequency table. b. draw the frequency histogram and describe its shape c. Find the mean, median, and mode
Below is a growth data of a microorganism cultured in a flask containing a liquid nutrient...
Below is a growth data of a microorganism cultured in a flask containing a liquid nutrient medium. Samples were taken hourly and number of cells counted using a counting chamber. Data is provided in cells per mL. Draw a growth curve in Excel and use it to calculate generation time. The answer must be provided in minutes. Do not discard your growth curve as you will need to upload it after submitting your answer to this question. Make sure you...
The data below reflect the number of vacation days that a sample of employees at a...
The data below reflect the number of vacation days that a sample of employees at a certain company have left to take before the end of the year. Complete parts a through c. 11 7 2 3 10 7 9 a. Compute the range for these sample data. The range is b. Compute the variance for these sample data. The variance is nothing. ​(Round to two decimal places as​ needed.) c. Compute the standard deviation for these sample data. The...
1. T The following data represents the number of days absent from school in one school...
1. T The following data represents the number of days absent from school in one school year for a sample of 40 students in Ms. Jinn’s fourth grade class.                                 0              1              2              2              2              4              5              5              7              7                                 7              7              8              8              8              8              8              8              10           10                               12             12           12           13           14          ...
12. Below is a table detailing the number of days of personal travel over a year...
12. Below is a table detailing the number of days of personal travel over a year paired with annual household income (in 1000's of dollars) for 9 various families. HH Income ($000's) Travel Days 61 11 32 6 45 13 35 9 22 3 89 21 30 8 74 15 37 9 a. Construct a scatterplot for this data set in the region to the right (with household income as the independent variable, and travel days as the dependent variable.)...
The following data in the table below represents the relationship between the number of workers and...
The following data in the table below represents the relationship between the number of workers and their outputs in a company for a given day in the short-run: Workers Output P Marginal Product MP Variable Cost VC Fixed Cost FC Total Cost TC Average Variable Cost AVC Average Fixed Cost AFC Average Total Cost TC Marginal Cost MC 0 0 0 1 12 2 2 21 6 3 27 12 4 30 35 5 32 80 6 33 160 1-  ...
The following data in the table below represents the relationship between the number of workers and...
The following data in the table below represents the relationship between the number of workers and their outputs in a company for a given day in the short-run:   Workers Output P Marginal Product MP Variable Cost VC Fixed Cost FC Total Cost TC Average Variable Cost AVC Average Fixed Cost AFC Average Total Cost TC Marginal Cost MC 0 0 0 1 12 2 2 21 6 3 27 12 4 30 35 5 32 80 6 33 160 Q1...
The data below are the temperatures on randomly chosen days during the summer and the number...
The data below are the temperatures on randomly chosen days during the summer and the number of employee absences at a local company on those days. Temperature,x: 72,85, 91, 90, 88, 98, 75, 100, 80 Number of absences, y: 3, 7, 10, 10 8, 15, 4, 15, 5 A) Find the residual when temperature is 98. Analyze the result.   B) Test the claim, at the α = 0.05 level of significance, that a linear relation exists between the temperature and...
R programming language. The seafood data recorded the bacterial growth on oysters and mussels. The bacterial...
R programming language. The seafood data recorded the bacterial growth on oysters and mussels. The bacterial counts are measured in log scale at three different times. Convert the data to have one variable showing the bacterial counts and one variable showing the different time points. Seafood time0 time1 time2 Oysters 1.83 3.68 5.23 Oysters 1.11 3.25 4.98 Oysters 2.01 3.98 5.02 Oysters 7.19 7.42 9.32 Oysters 6.89 7.34 8.92 Oysters 7.01 8.11 9.99 Oysters 6.47 9.44 9.78 Oysters 5.98 8.77...
1. Doctors obtained the data below on the number of recovery days in the hospital using...
1. Doctors obtained the data below on the number of recovery days in the hospital using the new and old gastric bypass surgery procedures. Using the new and old surgery procedures, do the data provide sufficient evidence to conclude that the mean number of recovery days in the hospital is smaller with the new surgery procedure than with the old procedure? Use the appropriate statistical test to determine if using new surgery procedure results in a smaller mean number of...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT