|
|
 |
|
|
 |
| All Exercises |
Problem |
Sample Data |
Solution |
 |
|
|
Select an Exercise for |
Click any exercise title to see the problem for that exercise. Then you can view and download sample data, complete the exercise, and check the solution.
Weight to Height Fit a quadratic model to describe a relationship between two variables.
|
Weight to Height: Problem |
A study was performed in which 72 children were measured in order to examine how the weight to height ratio changes as kids get older. The ratio and age (in months) were recorded for each young participant.
Fit a quadratic curve to the sample data to model the relationship between weight to height ratio and age, and give its equation. Display this curve on a scatterplot of the data. For your model, Ratio will be the response variable and Age will be the explanatory variable.
|
 Lee Creighton SAS Institute Inc.
Printer Friendly |
Weight to Height: Sample Data | |
The Growth data set is the recordings of the weight to height ratios and ages (in months) of 72 children. These are the variables in the data set: Name | Type | Description | | ratio | num | weight to height ratio | | age | num | age in months | |
|
Source of Data
|
Sall, J., Creighton, L., & Lehman, A. (2006). JMP Start Statistics, Third Edition. Cary, NC: SAS Institute Inc. |
Weight to Height: Solution |
Using SAS Enterprise Guide, the estimated quadratic fit to the data is given by the equation predicted ratio = 0.6022 + 0.01060age – 0.00007337age^2. To create the scatterplot of the data, with the quadratic curve displayed, use a graphing facility to plot the data points and graph the function (with age on the horizontal axis and ratio on the vertical axis). |
Tree Weights and Trunk Girths: Problem |
A forestry commission once sought a way to accurately estimate the weights of trees without having to go through the damaging process of cutting the trees down to weigh them. The weights and trunk girths of 104 tree specimens were measured, in hopes that girth would be useful in predicting weight. Find the quadratic function for regressing tree weight on trunk girth, and determine whether this function provides a good fit for the data. |
 SAS Institute Inc.
Printer Friendly |
Tree Weights and Trunk Girths: Sample Data | |
The Tree data set contains data about the weights and trunk girths of 104 tree specimens (eight specimens from each of thirteen rootstocks). These are the variables in the data set: Name | Type | Description | | RootStock | char | rootstock (I – XIII) | | TrunkGirth | num | trunk girth of specimen | | Weight | num | weight of specimen | |
|
Source of Data
|
This data is sample data from SAS Institute Inc. |
Tree Weights and Trunk Girths: Solution |
It appears that the quadratic model is significant, based on the p-value being less than 0.0001. Based on the results of the F-tests for type I and type III sums of squares, it appears that both the linear and quadratic trunk girth terms are significant in predicting tree weight (p-values less than or equal to 0.0001). |
|