Displaying 5 results from an estimated 5 matches for "chim".
Did you mean:
  chime
  
2009 May 23
2
counting occurrence of text in a dataframe
...able but couldn't work out how to get the output I want. I have also considered rearranging this data into a list (by gene) and then counting the length of each gene element. However I thought that there might be a more elegant solution.  
Tanaka     Mitchell   Wang       Hunter     Chen       Chim       
miR-191*   let-7e     let-7b     miR-126    let-7a     let-7g     
miR-198    let-7f     let-7c     miR-146a   let-7b     let-7i     
miR-22     let-7g     miR-1224   miR-16     let-7d     miR-130b   
miR-223    let-7i     miR-124    miR-191    let-7f     miR-133a   
miR-296    let7fG15A  mi...
2011 May 28
1
Enquiry on Vrtest
Hi there,
I am currently working on my dissertation which is about testing the
martingale hypothesis in the stock market using a methodology involving a
range of variance ratio tests and multiple variance ratio tests. I contacted
the author of a reference paper and I was told that the tests can be
conducted using R programming language. Although I have gone through the
theoretical background of
1999 Jul 16
7
R:how to separate stuff?
Thanks for your help on moving files from
S+ to R and on attaching directories.
If attaching directories is NOT possible in R,
is there any other way to separate
objects into different folders or something similar?
For example, to keep user functions for multivariate
analysis in a different "place" than user functions on 
time series, or to keep data objects of project_1 
in a different
1999 Jul 16
7
R:how to separate stuff?
Thanks for your help on moving files from
S+ to R and on attaching directories.
If attaching directories is NOT possible in R,
is there any other way to separate
objects into different folders or something similar?
For example, to keep user functions for multivariate
analysis in a different "place" than user functions on 
time series, or to keep data objects of project_1 
in a different
2010 Jul 07
0
How to create a conditional user profile view?
Hi,
I''m developing a very simple social network game where users guess other
users'' age by just looking one profile picture.
Everything seems to be very simple except for one thing. I want the use
case to be the following:
1. I am user A.
2. I VIEW user B nickname and picture but I cannot see the user B''s AGE.
3. In that same page, I SEND my AGE guess of user B.
4.