Displaying 2 results from an estimated 2 matches for "rabggta".
Did you mean:
rabata
2004 Aug 19
7
A question about external time-dependent covariates in co x model
Dear Rui,
>From my understanding of time-dependent covariates (not an expert but have
been working on a similar problem), it would appear that the coding of the
status column is not correct. Unless you have observed an event at each
interval you should only have status=1 for the last interval. In your
example I see 3 in total. Also, I think that if "end" is proportional to
your
2004 Aug 19
0
How to convert a vector into a list
...or asking the most chomped FAQ.
>
> I have a file with list of gene names(genes.txt):
> EGF
> EGFR
> PTPN6
> TIEG2
> MAPK1
>
>
> I have another object in R, I do not know the data
> type for that object that looks like this
> ("lidnames"):
> "RABGGTA" "MAPK3" "TIE" "CYP2C19"
>
>
> > lidnames[1:10]
> 100_g_at 1000_at 1001_at 1002_f_at 1003_s_at
> "RABGGTA" "MAPK3" "TIE" "CYP2C19" "BLR1"
>
>
> I want to pic...