Monthly Archives: July 2008
Terrible NA’s
In [tag]R project[/tag], most of stuff is simple unless you have [tag]NA values[/tag] ([tag]missing data[/tag]). I struggled with them already in PCA. This time, I am not talking about any complicated programming, models or what not. No. All I want … Continue reading
R for Dummies
Just a short note on what I just discovered on the Internet, looking for some R stuff. It turns out, there is something like [tag]R-Commander[/tag]. In simple words- [tag]R[/tag] with pull-down menus and basic features, something like R for Dummies … Continue reading
Hotelling T2 test
This time an easy assignment for [tag]R project[/tag]. I needed [tag]Hotelling T-test[/tag], to compare multivariate means between two data sets. It turns out, all you need to do is to load the package [tag]ICSNP[/tag], and use function [tag]HotellingsT2[/tag]. OK, with … Continue reading