How is the distribution of 1c different from the


1. Consider the following data set that describes the relationship between the rate of an enzymatic reaction (V ) and the substrate concentration (C). A common model used to describe the relationship between rate and concentration is the Michaelis-Menten model V = θ1C/ θ2 + C , where θ1 is the maximum rate of the reaction and θ2 describes how quickly the reaction will reach its maximum rate. With this mode,1/V can be written as a linear model with explanatory variable 1/C :

(a) Generate a scatterplot of V vs C. Comment on the shape.

(b) Define new variables for 1/V and 1/C in SAS, and generate a scatterplot of the new variables. Does the fit appear linear? Do any assumptions appear to be violated?

(c) How is the distribution of 1/C different from the distribution of C? Are there any points that may be more influential in determining the fit?

(d) Determine the least squares regression line for 1/V vs 1/C . Save the residuals and predicted values. Does the residual plot suggest any problems?

(e) Convert this regression line back into the original nonlinear model and plot the predicted curve on a scatterplot of V vs C. Comment on the fit.

2. Describe the distribution of the explanatory variable. Show the plots and output that were helpful in learning about this variable.

3. Run the linear regression to predict GPA from the entrance test score, and obtain the residuals (do not include a list of the residuals in your solution).

(a) Verify that the sum of the residuals is zero by running proc univariate with the output from the regression.

(b) Plot the residuals versus the explanatory variable and briefly describe the plot noting any unusual patterns or points.

(c) Plot the residuals versus the order in which the data appear in the data file and briefly describe the plot noting any unusual patterns or points.

(d) Examine the distribution of the residuals by getting a histogram and a normal probability plot of the residuals by using the histogram and qqplot statements in proc univariate. What do you conclude?

4. Change the data set by changing the value of the GPA for the last observation from 2.948 to 29.48 (e.g., a typo). You can do this in a data step. For example, data a2; set a1; if n eq 120 then gpa = 29.48; an alternative is simply to edit the data file.

(a) Make a table comparing the results of this analysis with the results of the analysis of the original data. Include in the table the following: fitted equation, t-test for the slope, with standard error and p-value, R2, and the estimate of σ2. Summarize the differences.

(b) Repeat parts (b), (c), and (d) from the previous problem and explain how these plots help you to detect the unusual observation.

Solution Preview :

Prepared by a verified Expert
Basic Statistics: How is the distribution of 1c different from the
Reference No:- TGS01136599

Now Priced at $45 (50% Discount)

Recommended (97%)

Rated (4.9/5)