| Table11.2 | R Documentation |
Rank Correlation Test of Heteroscedasticity
data("Table11.2")
A data frame with 11 observations on the following 9 variables.
Name of mutual fund
Avg_Annual_ReturnAverage annual return in %
St_Dev_of_Annual_ReturnStandard deviation of average annual return, in %
Expected_Value_of_Annual_ReturnExpected value of Avg_Annual_Return found using regression equation: Expected_Value = 5.8194 + 0.4590*St_Dev
ResidualsResiduals, which is mod of Expected_Value - Avg_Annual_Return
Rank_of_ResidualsRank of residuals from lowest to highest
Rank_of_St_DevRank of St_Dev from lowest to highest
Diff_between_RanksRank of residuals - rank of St_Dev
Square_of_DiffSquare of Diff_between_Ranks
data(Table11.2)
## maybe str(Table11.2) ; plot(Table11.2) ...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.