search for: aniko

Displaying 5 results from an estimated 5 matches for "aniko".

Did you mean: aiko
2007 Jun 04
2
missing IntegerFromString()
...thout installing all R source files? I can see that the function is in coerce.c, however it #includes other stuff that I don't have and I am afraid to mess things about by doing things I don't understand. Or perhaps there is another function that is intended to be used instead? Thanks, Aniko
2005 Aug 17
4
accesing slots of S4 class in C code
..._SLOT(pd_obj, install("data"))); UNPROTECT(1); return(t); } What I hope to get as a result is the (1:5) vector. In the long term, the vector will be a multi-dimensional array and I will want to do calculations using its contents in the C program. Thanks for any help, Aniko Huntsman Cancer Institute wishes to promote open communication while protecting confidential and/or privileged information. If you have received this message in error, please inform the sender and delete all copies. [[alternative HTML version deleted]]
2003 Oct 01
1
Macintosh binaries; was: Rcmdr and Macintosh
...e packages I am interested in (Rcmdr and its required package, car) do not have one. I do not have easy access to a Mac, so I have a plea to Macintosh users: could someone please create them if it is not too difficult? I am planning to use R 1.7.1. Please forgive me if my request is inappropriate. Aniko This e-mail may contain confidential and/or privileged infor...{{dropped}}
2003 Sep 29
1
Rcmdr and Macintosh
...ver their OS and in my experience several of them will have Macs. I have Windows. My question is the following: can I expect them to be able to install R, Tcl/Tk and Rcmdr (i.e. does anybody has experinece with it?) Are there any installation tricks/tips/instructions you can help me with? Thanks, Aniko Szabo This e-mail may contain confidential and/or privileged information for the sole use of the intended recipient. Any review or distribution by anyone other than the person for whom it was originally intended is strictly prohibited. If you have received this e-mail in error, please contact th...
2010 Jul 18
2
NA preserved in logical call - I don't understand this behavior because NA is not equal to 0
I am confused by the behavior of the below piece of code. The NAs are making it past the logical call ==0. I am sure that I am missing something. I just don't understand this behavior. Thanks for your help in advance. ########code####################################################### left <- (structure(list(measurment_num = c(2, 2.2, 2.4, 2.6, 2.8, 2.82, 3, NA, NA, NA),