[R] Newbie question

greggallen at gmail.com greggallen at gmail.com
Sun Jan 4 04:55:17 CET 2009


Hi:

I'm loading in students test scores with:

> abntest <- read.table("scores.txt")

if I type:

>abntest

I get ALL the values.  I want to be able to filter it by various things such as:


if( abntesr > 90) Print abntest;

and other logical operators.  I'm sure this is simple for someone experienced.


Thanks,

Gregg Allen




More information about the R-help mailing list