Concept explainers
A portion of a data set containing information for 45 mutual funds that are part of the Morningstar Funds 500 follows. The complete data set is available in the file named MutualFunds. The data set includes the following five variables:
Fund Type: The type of fund, labeled DE (Domestic Equity), IE (International Equity), and FI (Fixed Income).
Net Asset Value ($): The closing price per share on December 31, 2007.
5-Year Average Return (%): The average annual return for the fund over the past five years. Expense Ratio (%): The percentage of assets deducted each fiscal year for fund expenses. Morningstar Rank: The risk adjusted star rating for each fund; Morningstar ranks go from a low of 1-Star to a high of 5-Stars.
Fund Name | Fund Type | Net Asset Value ($) | 5-Year Average Return (%) | Expense Ratio (%) | Morningstar Rank |
Amer Cent Inc & Growth Inv | DE | 28.88 | 12.39 | .67 | 2-Star |
American Century Intl. Disc | IE | 14.37 | 30.53 | 1.41 | 3-Star |
American Century Tax-Free Bond | FI | 10.73 | 3.34 | .49 | 4-Star |
American Century Ultra | DE | 24.94 | 10.88 | .99 | 3-Star |
Ariel | DE | 46.39 | 11.32 | 1.03 | 2-Star |
Artisan Intl Val | IE | 25.52 | 24.95 | 1.23 | 3-Star |
Artisan Small Cap | DE | 16.92 | 15.67 | 1.18 | 3-Star |
Baron Asset | DE | 50.67 | 16.77 | 1.31 | 5-Star |
Brandywine | DE | 36.58 | 18.14 | 1.08 | 4-Star |
. | . | . | . | . | . |
. | . | . | . | . | . |
. | . | . | . | . | . |
- a. Develop an estimated regression equation that can be used to predict the 5-year average return given the type of fund. At the .05 level of significance, test for a significant relationship.
- b. Did the estimated regression equation developed in part (a) provide a good fit to the data? Explain.
- c. Develop the estimated regression equation that can be used to predict the 5-year average return given the type of fund, the net asset value, and the expense ratio. At the .05 level of significance, test for a significant relationship. Do you think any variables should be deleted from the estimated regression equation? Explain.
- d. Morningstar Rank is a categorical variable. Because the data set contains only funds with four ranks (2-Star through 5-Star), use the following dummy variables: 3Star-Rank = 1 for a 3-Star fund, 0 otherwise; 4StarRank = 1 for a 4-Star fund, 0 otherwise; and 5StarRank = 1 for a 5-Star fund, 0 otherwise. Develop an estimated regression equation that can be used to predict the 5-year average return given the type of fund, the expense ratio, and the Morningstar Rank. Using a = .05, remove any independent variables that are not significant.
- e. Use the estimated regression equation developed in part (d) to predict the 5-year average return for a domestic equity fund with an expense ratio of 1.05% and a 3-Star Morningstar Rank.
a.
Find an estimated regression equation that could be used to predict the 5-year average return given the type of fund.
Perform a test to check the significant relationship between variables at
Answer to Problem 56SE
The estimated regression equation that could be used to predict the 5-year average return given the type of fund is
There is a significant relationship between dependent variable (y) and independent variables FundDE (
Explanation of Solution
Calculation:
The data related to the type of fund, net asset value, 5 year average return, expense ratio and management risk of 45 mutual funds.
Multiple linear regression model:
A multiple linear regression model is given as
The dummy variable FundDE is defined as is,
The dummy variable FundIE is defined as is,
Indicator variable:
Software procedure:
Step by step procedure to create indicator variable using MINITAB software is given as,
- Choose Calc>Make Indicator variables.
- InMake indicator variables for, enterFund Type.
- In Distinct Value, enter 1 for DE and0 for IE, FI.
- Click OK.
The indicator variable is stored in the column of ‘FundDE’.
Software procedure:
Step by step procedure to create indicator variable using MINITAB software is given as,
- Choose Calc>Make Indicator variables.
- InMake indicator variables for, enterDrive.
- In Distinct Value, enter 1 for IE and0 for DE, FI.
- Click OK.
The indicator variable is stored in the column of ‘FundIE’.
In the given problem, five year average return be the dependent variable (y), FundDE be the independent variable (
Regression:
Software procedure:
Step by step procedure to obtain regression equation using MINITAB software is given as,
- Choose Stat > Regression > Regression > Fit Regression Model.
- Under Responses, enter the column of y.
- Under Continuous predictors, enter the columns ofFundDE, FundIE.
- Click OK.
Output using MINITAB software is given below:
Thus, the estimated regression equation that could be used to predict the 5-year average return given the type of fund is
State the test hypotheses.
Null hypothesis:
That is, there is not a significant relationship between dependent variable (y) and independent variables FundDE (
Alternative hypothesis:
That is, there is a significant relationship between dependent variable (y) and independent variables FundDE (
According the output, it is found that the F statistic with numerator df of 1 and denominator df of 42, corresponding to regression is 33.4584 and the p value for F statistic corresponding to regression is 0.000.
Level of significance:
The given level of significance is
Rejection rule:
If the
Conclusion:
Here, the p-value is less than the level of significance.
That is,
Thus, the decision is “reject the null hypothesis”.
Therefore, the data provide sufficient evidence to conclude that there is a significant relationship between dependent variable (y) and independent variables FundDE (
b.
Whether the estimated regression equation in part (a) provides a good fit.
Explanation of Solution
The coefficient of determination (
In the given output,
Thus, the percentage of variation in the observed values of dependent variable that is explained by the regression is 61.44%, which indicates that 61.44% of the variability in dependent variable is explained by the variability in independent variables using the linear regression model.
Thus, the model provides a good fit.
c.
Find an estimated regression equation that could be used to predict the 5-year average return given the type of fund, the net asset value and the expense ratio.
Perform a test to check the significant relationship between variables at
Explain whether any variable should be deleted from the estimated regression equation.
Answer to Problem 56SE
The estimated regression equation that could be used to predict the 5-year average return given the type of fund, the net asset value and the expense ratio is
There is a significant relationship between dependent variable (y) and independent variables FundDE (
The Net Asset value should be deleted from the estimated regression equation.
Explanation of Solution
Calculation:
Here, five year average return be the dependent variable (y), FundDE (
Regression:
Software procedure:
Step by step procedure to obtain regression equation using MINITAB software is given as,
- Choose Stat > Regression > Regression > Fit Regression Model.
- Under Responses, enter the column of y.
- Under Continuous predictors, enter the columns ofFundDE, FundIE, Net Asset Value, and Expense Ratio.
- Click OK.
Output using MINITAB software is given below:
Thus,the estimated regression equation that could be used to predict the 5-year average return given the type of fund, the net asset value and the expense ratio is
State the test hypotheses.
Null hypothesis:
That is, there is not a significant relationship between dependent variable (y) and independent variables FundDE (
Alternative hypothesis:
That is, there is a significant relationship between dependent variable (y) and independent variables FundDE (
According the output, it is found that the F statistic with numerator df of 1 and denominator df of 40, corresponding to regression is 19.5598 and the p value for F statistic corresponding to regression is 0.000.
Level of significance:
The given level of significance is
Rejection rule:
If the
Conclusion:
Here, the p-value is less than the level of significance.
That is,
Thus, the decision is “reject the null hypothesis”.
Therefore, the data provide sufficient evidence to conclude that there is a significant relationship between dependent variable (y) and independent variables FundDE (
State the test hypotheses.
Null hypothesis:
That is, the addition of the independent variable FundDE is not significant.
Alternative hypothesis:
That is, the addition of the independent variable FundDE is significant.
From the output, it is found that the t statistic corresponding to FundDE is 2.7651 with df of 40 and the p value is 0.017.
Level of significance:
Assume the level of significance is
Rejection rule:
If the
Conclusion:
Here, the p-value is less than the level of significance.
That is,
Thus, the decision is “reject the null hypothesis”.
Therefore, the data provide sufficient evidence to conclude that the addition of the independent variable FundDE is significant.
State the test hypotheses.
Null hypothesis:
That is, the addition of the FundIE is not significant.
Alternative hypothesis:
That is, the addition of the FundIE is significant.
From the output, it is found that the t statistic corresponding to FundIE is 5.3315 with df of 40 and the p value is 0.000.
Level of significance:
Assume the level of significance is
Rejection rule:
If the
Conclusion:
Here, the p-value is less than the level of significance.
That is,
Thus, the decision is “reject the null hypothesis”.
Therefore, the data provide sufficient evidence to conclude that the addition of the dummy variableFundIE is significant.
State the test hypotheses.
Null hypothesis:
That is, the addition of the Net Asset Value is not significant.
Alternative hypothesis:
That is, the addition of the Net Asset Value is significant.
From the output, it is found that the t statistic corresponding to Net Asset Value is 0.6950 with df of 40 and the p value is 0.695.
Level of significance:
Assume the level of significance is
Rejection rule:
If the
Conclusion:
Here, the p-value is greater than the level of significance.
That is,
Thus, the decision is “fail to reject the null hypothesis”.
Therefore, the data provide sufficient evidence to conclude that the addition of the Net Asset Value is significant.
State the test hypotheses.
Null hypothesis:
That is, the addition of the Expense Ratio is not significant.
Alternative hypothesis:
That is, the addition of the Expense Ratio is significant.
From the output, it is found that the t statistic corresponding to Expense Ratio is 2.3399 with df of 40 and the p value is 0.024.
Level of significance:
Assume the level of significance is
Rejection rule:
If the
Conclusion:
Here, the p-value is less than the level of significance.
That is,
Thus, the decision is “reject the null hypothesis”.
Therefore, the data provide sufficient evidence to conclude that the addition of the Expense Ratio is significant.
Thus, Net Asset value is not significant and it should be deleted from the estimated regression equation.
d.
Find an estimated regression equation that could be used to predict the 5-year average return given the type of fund, the expense ratio and the Morningstar Rank.
Perform a test at
Answer to Problem 56SE
The estimated regression equation that could be used to predict the 5-year average return given the type of fund, the expense ratio and the Morningstar Rank is
None of the independent variables are deleted from the regression equation.
Explanation of Solution
Calculation:
The dummy variable 3StarRank is defined as is,
The dummy variable 4StarRank is defined as is,
The dummy variable 5StarRank is defined as is,
Indicator variable:
Software procedure:
Step by step procedure to create indicator variable using MINITAB software is given as,
- Choose Calc>Make Indicator variables.
- InMake indicator variables for, enterMorningstar Rank.
- In Distinct Value, enter 1 for 3-Star and0 for 2-Star, 4-Star, 5-Star.
- Click OK.
The indicator variable is stored in the column of ‘3StarRank’.
Software procedure:
Step by step procedure to create indicator variable using MINITAB software is given as,
- Choose Calc>Make Indicator variables.
- InMake indicator variables for, enterMorningstar Rank.
- In Distinct Value, enter 1 for 4-Star and0 for 2-Star, 3-Star, 5-Star.
- Click OK.
The indicator variable is stored in the column of ‘4StarRank’.
Software procedure:
Step by step procedure to create indicator variable using MINITAB software is given as,
- Choose Calc>Make Indicator variables.
- InMake indicator variables for, enterMorningstar Rank.
- In Distinct Value, enter 1 for 5-Star and0 for 2-Star, 3-Star, 4-Star.
- Click OK.
The indicator variable is stored in the column of ‘5StarRank’.
Here, five year average return be the dependent variable (y), FundDE (
Regression:
Software procedure:
Step by step procedure to obtain regression equation using MINITAB software is given as,
- Choose Stat > Regression > Regression > Fit Regression Model.
- Under Responses, enter the column of y.
- Under Continuous predictors, enter the columns ofFundDE, FundIE, Expense Ratio,3StarRank, 4StarRank and5StarRank.
- Click OK.
Output using MINITAB software is given below:
Thus, the estimated regression equation that could be used to predict the 5-year average return given the type of fund, the expense ratio and the Morningstar Rank is
State the test hypotheses.
Null hypothesis:
That is, the addition of the independent variable FundDE is not significant.
Alternative hypothesis:
That is, the addition of the independent variable FundDE is significant.
From the output, it is found that the t statistic corresponding to FundDE is 3.59 with df of 38 and the p value is 0.001.
Level of significance:
Assume the level of significance is
Rejection rule:
If the
Conclusion:
Here, the p-value is less than the level of significance.
That is,
Thus, the decision is “reject the null hypothesis”.
Therefore, the data provide sufficient evidence to conclude that the addition of the independentvariable FundDE is significant.
State the test hypotheses.
Null hypothesis:
That is, the addition of the FundIE is not significant.
Alternative hypothesis:
That is, the addition of the FundIE is significant.
From the output, it is found that the t statistic corresponding to FundIE is 7.02 with df of 38 and the p value is 0.000.
Level of significance:
Assume the level of significance is
Rejection rule:
If the
Conclusion:
Here, the p-value is less than the level of significance.
That is,
Thus, the decision is “reject the null hypothesis”.
Therefore, the data provide sufficient evidence to conclude that the addition of the dummy variableFundIE is significant.
State the test hypotheses.
Null hypothesis:
That is, the addition of the Expense Ratio is not significant.
Alternative hypothesis:
That is, the addition of the Expense Ratio is significant.
From the output, it is found that the t statistic corresponding to Expense Ratio is 2.13 with df of 38 and the p value is 0.039.
Level of significance:
Assume the level of significance is
Rejection rule:
If the
Conclusion:
Here, the p-value is less than the level of significance.
That is,
Thus, the decision is “reject the null hypothesis”.
Therefore, the data provide sufficient evidence to conclude that the addition of the Expense Ratio is significant.
State the test hypotheses.
Null hypothesis:
That is, the addition of the 3StarRank is not significant.
Alternative hypothesis:
That is, the addition of the 3StarRank is significant.
From the output, it is found that the t statistic corresponding to 3StarRank is 2.10 with df of 38 and the p value is 0.043.
Level of significance:
Assume the level of significance is
Rejection rule:
If the
Conclusion:
Here, the p-value is less than the level of significance.
That is,
Thus, the decision is “reject the null hypothesis”.
Therefore, the data provide sufficient evidence to conclude that the addition of the 3StarRank is significant.
State the test hypotheses.
Null hypothesis:
That is, the addition of the 4StarRank is not significant.
Alternative hypothesis:
That is, the addition of the 4StarRank is significant.
From the output, it is found that the t statistic corresponding to 4StarRank is 2.89 with df of 38 and the p value is 0.006.
Level of significance:
Assume the level of significance is
Rejection rule:
If the
Conclusion:
Here, the p-value is less than the level of significance.
That is,
Thus, the decision is “reject the null hypothesis”.
Therefore, the data provide sufficient evidence to conclude that the addition of the 4StarRank is significant.
State the test hypotheses.
Null hypothesis:
That is, the addition of the 5StarRank is not significant.
Alternative hypothesis:
That is, the addition of the 5StarRank is significant.
From the output, it is found that the t statistic corresponding to 5StarRank is 2.11 with df of 38 and the p value is 0.042.
Level of significance:
Assume the level of significance is
Rejection rule:
If the
Conclusion:
Here, the p-value is less than the level of significance.
That is,
Thus, the decision is “reject the null hypothesis”.
Therefore, the data provide sufficient evidence to conclude that the addition of the 5StarRank is significant.
Thus, all the independent variables are significant and no independent variables are deleted from the regression equation.
e.
Predict the 5-year average return for a domestic equality fund with an expense ratio of 1.05% and a 3-star Morningstar Rank.
Answer to Problem 56SE
The predicted the 5-year average return for a domestic equality fund with an expense ratio of 1.05% and a 3-star Morningstar Rank is 15.28%.
Explanation of Solution
Calculation:
According to part (d) the estimated regression equation that could be used to predict the 5-year average return given the type of fund, the expense ratio and the Morningstar Rank is
The 5-year average return for a domestic equality fund with an expense ratio of 1.05% and a 3-star Morningstar Rank implies that,
Thus, the predicted the 5-year average return for a domestic equality fund with an expense ratio of 1.05% and a 3-star Morningstar Rank is,
Thus, the predicted the 5-year average return for a domestic equality fund with an expense ratio of 1.05% and a 3-star Morningstar Rank is 15.28%.
Want to see more full solutions like this?
Chapter 15 Solutions
Statistics for Business & Economics, Revised (MindTap Course List)
- Please show as much work as possible to clearly show the steps you used to find each solution. If you plan to use a calculator, please be sure to clearly indicate your strategy. Consider the following game. It costs $3 each time you roll a six-sided number cube. If you roll a 6 you win $15. If you roll any other number, you receive nothing. a) Find the expected value of the game. b) If you play this game many times, will you expect to gain or lose money?arrow_forward= 12:02 WeBWorK / 2024 Fall Rafeek MTH23 D02 / 9.2 Testing the Mean mu / 3 38 WEBWORK Previous Problem Problem List Next Problem 9.2 Testing the Mean mu: Problem 3 (1 point) Test the claim that the population of sophomore college students has a mean grade point average greater than 2.2. Sample statistics include n = 71, x = 2.44, and s = 0.9. Use a significance level of a = 0.01. The test statistic is The P-Value is between : The final conclusion is < P-value < A. There is sufficient evidence to support the claim that the mean grade point average is greater than 2.2. ○ B. There is not sufficient evidence to support the claim that the mean grade point average is greater than 2.2. Note: You can earn partial credit on this problem. Note: You are in the Reduced Scoring Period. All work counts for 50% of the original. Preview My Answers Submit Answers You have attempted this problem 0 times. You have unlimited attempts remaining. . Oli wwm01.bcc.cuny.eduarrow_forwardThere are four white, fourteen blue and five green marbles in a bag. A marble is selected from the bag without looking. Find the odds of the following: The odds against selecting a green marble. The odds in favour of not selecting a green marble The odds in favor of the marble selected being either a white or a blue marble. What is true about the above odds? Explainarrow_forward
- Please show as much work as possible to clearly show the steps you used to find each solution. If you plan to use a calculator, please be sure to clearly indicate your strategy. 1. The probability of a soccer game in a particular league going into overtime is 0.125. Find the following: a. The odds in favour of a game going into overtime. b. The odds in favour of a game not going into overtime. c. If the teams in the league play 100 games in a season, about how many games would you expect to go into overtime?arrow_forwardexplain the importance of the Hypothesis test in a business setting, and give an example of a situation where it is helpful in business decision making.arrow_forwardA college wants to estimate what students typically spend on textbooks. A report fromthe college bookstore observes that textbooks range in price from $22 to $186. Toobtain a 95% confidence level for a confidence interval estimate to plus or minus $10,how many students should the college survey? (We may estimate the populationstandard deviation as (range) ÷ 4.)arrow_forward
- In a study of how students give directions, forty volunteers were given the task ofexplaining to another person how to reach a destination. Researchers measured thefollowing five aspects of the subjects’ direction-giving behavior:• whether a map was available or if directions were given from memory without a map,• the gender of the direction-giver,• the distances given as part of the directions,• the number of times directions such as “north” or “left” were used,• the frequency of errors in directions. Identify each of the variables in this study, and whether each is quantitative orqualitative. For each quantitative variable, state whether it is discrete or continuous. Was this an observational study or an experimental study? Explain your answer.arrow_forwardexplain the difference between the confident interval and the confident level. provide an example to show how to correctly interpret a confidence interval.arrow_forwardSketch to scale the orbit of Earth about the sun. Graph Icarus’ orbit on the same set of axesWhile the sun is the center of Earth’s orbit, it is a focus of Icarus’ orbit. There aretwo points of intersection on the graph. Based on the graph, what is the approximate distance between the two points of intersection (in AU)?arrow_forward
- The diameters of ball bearings are distributed normally. The mean diameter is 67 millimeters and the standard deviation is 3 millimeters. Find the probability that the diameter of a selected bearing is greater than 63 millimeters. Round to four decimal places.arrow_forwardSuppose you like to keep a jar of change on your desk. Currently, the jar contains the following: 22 Pennies 27 Dimes 9 Nickels 30 Quarters What is the probability that you reach into the jar and randomly grab a penny and then, without replacement, a dime? Express as a fraction or a decimal number rounded to four decimal places.arrow_forwardA box contains 14 large marbles and 10 small marbles. Each marble is either green or white. 9 of the large marbles are green, and 4 of the small marbles are white. If a marble is randomly selected from the box, what is the probability that it is small or white? Express as a fraction or a decimal number rounded to four decimal places.arrow_forward
- Glencoe Algebra 1, Student Edition, 9780079039897...AlgebraISBN:9780079039897Author:CarterPublisher:McGraw Hill