Displaying 2 results from an estimated 2 matches for "subset_r".
Did you mean:
subnet_r
2008 Aug 30
1
need some help on r
Hi
>Tdf
bin TCC_TCA TCA_CR TCC_CR Time sn.rnc
117 117 258 27 314 (08/28/08 00:09:42) 50.21
118 118 251 30 291 (08/28/08 00:09:47) 50.21
119 119 247 28 289 (08/28/08 00:09:52) 50.21
120 120 251 29 282 (08/28/08 00:09:57) 50.21
121 121 276 39 320 (08/28/08 00:10:02) 50.21
122
2003 Aug 29
3
Creating a new table from a set of constraints
Hi Everyone,
Here's a silly newbie question. How do I remove unwanted rows from an
R table? Say that I read my data as:
X <- read.table("mydata.txt")
and say that there are columns for age and gender. Call these X[5] and
X[10], respectively.
Here, X[5] is a column of positive integers and X[10] is binary valued
i.e., zero (for male) and one (for female)
Now, say that I