August 2nd, 15:58
(undergraduate GPA x 400) + GRE verbal + GRE quantitative < 2000 (minimum for consideration)
UPD: Another formula from Northern Kentucky University
Achieved a cumulative score of at least 1,350 when the GPA and GRE scores are computed in the following formula: (GPA x 200)+GRE (verbal and quantitative sections) = 1,350.
Louisiana Tech University
...and a score of at least 1400 on the following formula using GPA and GRE scores:
GPA x 200 + GRE verbal score + GRE quantitative score = 1400.
May 25th, 16:11
Tried working in R for the first time. It took me 20 minutes to export an SPSS dataset (in csv format) into R and compute mean and SD on one variable. It turned out that in R it's hard to deal with missing values.
I also checked out a nice book - An Introduction to R (2004) - it should help a lot on the first stage.
----------
Сегодня в первый раз пробовал работать в R. На то чтобы открыть файл с данными из SPSS, конвертировать его в более понятный для R формат (csv), и найти среднее арифметическое и среднеквадратическое отклонение (sd) у меня ушло 20 минут. Но это только ничего, сначала всегда сложно. Взял хорошую книжку для начинающих - буду дальше экспериментировать.