In matrix , subsetting by default returns a vector
Remove rows with NAs (missing values) in data.frame
http://stackoverflow.com/questions/4862178/remove-rows-with-nas-missing-values-in-data-frame
Find Complete Cases
https://stat.ethz.ch/R-manual/R-devel/library/stats/html/complete.cases.html
http://stackoverflow.com/questions/11180125/repeating-a-repeated-sequence
http://stackoverflow.com/questions/3672527/r-generate-a-repeating-sequence-based-on-vector
Error in complete.cases(x, y) : not all arguments have the same length
http://stackoverflow.com/questions/4740244/chisq-test-error-message
True Matrix Mulitplication
https://stat.ethz.ch/R-manual/R-devel/library/base/html/matmult.html
Comments
Post a Comment