diff --git a/README.md b/README.md index c2224bb..7f9b7e5 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,4 @@ Try out RStudio (www.RStudio.com) as an R IDE with the knitr package. Pull requests gladly accepted. If a pull request is too much effort, please at least file a new issue. :) Visit http://asadoughi.github.io/stat-learning for an index of exercise solutions. +forked from asadough. gonna edit according to my solutions. diff --git a/ch2/applied.R b/ch2/applied.R index 7cdc327..ddc549d 100644 --- a/ch2/applied.R +++ b/ch2/applied.R @@ -1,4 +1,3 @@ -# 8. (a) college = read.csv("../data/College.csv") # 8. (b) fix(college) @@ -154,7 +153,7 @@ median(Boston$ptratio) # 19.05 # (g) -> t(subset(Boston, medv == min(Boston$medv))) +t(subset(Boston, medv == min(Boston$medv))) # 399 406 # crim 38.3518 67.9208 above 3rd quartile # zn 0.0000 0.0000 at min