# EPage 451: # lines = 'Group Mothered Unmothered 1 2 3 2 3 11 3 5 10 4 3 5 5 2 5 6 1 4 7 1 2 8 5 7 9 3 5 10 1 4 11 7 8 12 3 12 13 5 7' con = textConnection( lines ) DF = read.table( con, header=TRUE ) close(con) DF$Group = NULL