Displaying 1 result from an estimated 1 matches for "vasishthbroebook".
2012 May 12
2
Why can we combine design matrix and data-frame in R?
...omething else, this will potentially fail?
(that's something I would like to catch and avoid...)
Thank you!
-------------------------------
The data is located at:
http://www.ling.uni-potsdam.de/~vasishth/book.html
In the section:
downloadable errata, code, datasets
•ERRATA
•Corrected Pages
•VasishthBroebook.R
•beauty.txt
•mathachieve.txt
•mathachschool.txt
------------------------------
MathAchieve <- read.table("mathachieve.txt")
colnames(MathAchieve) <- c("School", "Minority", "Sex", "SES", "MathAch",
"MEANSES")
head(Ma...