Re: [R] how to send text output to its own window

2012-03-06 Thread Robert Kinley
2012 18:39 To Robert Kinley cc r-help@r-project.org Subject Re: [R] how to send text output to its own window Sounds like a question for the RStudion people? Uwe Ligges On 05.03.2012 12:35, Robert Kinley wrote: > platform: R 2.14.2 -Windows XP - Rstudio > > When I use

[R] how to send text output to its own window

2012-03-05 Thread Robert Kinley
platform: R 2.14.2 -Windows XP - Rstudio When I use cat() or print() in a script, the output text is of course mixed up with the lines of the script. I can sink() the output to a textfile and then play the file back at the end of the script, but that's not really what I'm after. It

[R] Rstudio question

2011-03-04 Thread Robert Kinley
I really like RStudio ... ... but I wish it wouldn't automatically reload the last .RData it had. Anyone know how to fix this ... ? Also - does anyone know is there an Rstudio-user email-list forum thingy out there ? ta. Robert Kinley [[alternative HTML ve

Re: [R] RWinEdt difficulties

2011-03-02 Thread Robert Kinley
try RStudio instead :o) http://www.rstudio.org/ Robert Kinley Uwe Ligges Sent by: r-help-boun...@r-project.org 02/03/2011 15:00 To John Seers cc r-help@r-project.org Subject Re: [R] RWinEdt difficulties On 01.03.2011 11:01, John Seers wrote: > He

[R] problems formulating arguments to lme()

2010-12-01 Thread Robert Kinley
this is a clearer (I hope) version of an earlier post - My problem is formulating the random = argument to give estimates of all 9 random components for this kind of setup where there are (I think) 9 variance/covariance components ... Study.1Study.2 ... Stud

[R] difficulty setting the random = argument to lme()

2010-11-25 Thread Robert Kinley
someone can help ... Robert Kinley Study: Pos tissue VC, Neg tissue VC, Pos/Neg tissue correlation Study*Group:Pos tissue VC, Neg tissue VC, Pos/Neg tissue correlation Residual (animal): Pos tissue VC, Neg tissue VC, Pos/Neg tissue correlation

Re: [R] code ok in unix & R2.6 , fails in windows & R 2.12

2010-11-09 Thread Robert Kinley
e:(Intercept) -1.6958 0.5089 6.9764 2629.7526 attr(,"logScale") [1] TRUE attr(,"modelType") [1] "4pl" attr(,"method") [1] "drc" attr(,"class") [1] "multFit" Uwe Ligges 09/11/2010 16:2

[R] code ok in unix & R2.6 , fails in windows & R 2.12

2010-11-09 Thread Robert Kinley
ot;prediction") Error in `[.data.frame`(newdata, , 2) : undefined columns selected Robert Kinley ( 'baffled' of Berkshire ) [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman

Re: [R] updating a local package

2010-10-28 Thread Robert Kinley
I stand corrected :0) Robert Kinley Uwe Ligges 28/10/2010 11:54 To Robert Kinley cc r-help@r-project.org Subject Re: [R] updating a local package On 28.10.2010 12:26, Robert Kinley wrote: > your advice to useR CMD INSTALL source.library It's a

Re: [R] updating a local package

2010-10-28 Thread Robert Kinley
your advice to useR CMD INSTALL source.library did the trick and I now understand packages a little better. many thanks Bob Kinley Uwe Ligges 28/10/2010 10:30 To Robert Kinley cc r-help@r-project.org Subject Re: [R] updating a local package

[R] updating a local package

2010-10-28 Thread Robert Kinley
Hi folks I have inherited a package which was created before release 2.10 and I need to have it working in release 2.12 There is a folder containing the Man, Data and R subfolders, and the description file, and there is also the corresponding zip file. I can install the package from the zip f

Re: [R] running R from Notepad++ in Windows 7

2010-03-05 Thread Robert Kinley
7 is selling like hot buns, so there should be enough market pressure before too long , to encourage the providers of Notepad++ NpptoR to fix it ... Thanks againBob Robert Kinley b...@lilly.com Andrew Redd Sent by: amr...@gmail.com 04/03/2010 14:17 To Robert Kinley

[R] running R from Notepad++ in Windows 7

2010-03-04 Thread Robert Kinley
RData, so it fails. Anyone else hit this and, ideally, solved it ... ? cheers Bob Robert Kinley b...@lilly.com [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listi

[R] JMP <-> R ?

2009-11-26 Thread Robert Kinley
A wild thought ... ... anyone out there know if it's possible to call R code from JMP ? Bob Kinley - Eli Lilly & co, UK [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/

Re: [R] How do I do simple string concatenation in R?

2009-09-30 Thread Robert Kinley
see ?paste > A <-"klm" > B <- "jjj" > C<-paste(A,B,sep='') > if(C=="klmjjj") print(C) [1] "klmjjj" cheers Bob "Dr. Arie Ben David" Sent by: r-help-boun...@r-project.org 30/09/2009 09:22 To cc Subject [R] How do I do simple string concatenation in R? Dear R gurus H

Re: [R] I might be dumb : a simple question about "foreach"

2009-07-20 Thread Robert Kinley
Your code runs fine on my windows hp machine ( XP - sp2, R.2.9.1 ) > x <- foreach(i = 1:3) %do% sqrt(i) > x [[1]] [1] 1 [[2]] [1] 1.414214 [[3]] [1] 1.732051 Are you on Vista , maybe ? ~~~~ Robert Kinley Michael Knudsen Sent by: r-help-boun...@r-project.org 20/07/2

[R] replacing zeros by NAs

2009-06-12 Thread Robert Kinley
something like ... > x<-c(1,2,3,0,5,6,0) > is.na(x[x==0])<-T > x [1] 1 2 3 NA 5 6 NA ~~~~~~~~ Robert Kinley [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https

Re: [R] RES: Most used R editors

2009-06-02 Thread Robert Kinley
# Not sure whether anyone has mentioned Crimson Editor (for windows) so far ... http://www.crimsoneditor.com/ In Linux/Unixland there is 'kate' Bob Kinley [[alternative HTML version deleted]] __ R-help@r-project.org mailing list htt

[R] moving from Windows to Linux - needed help

2009-06-01 Thread Robert Kinley
Many thanks to everyone who responded to my request for help with installing the up-to-date R binary on my Asus eee (details below). The bulk of opinion was that one should replace Xandros with, for example, Ubuntu; however, for the benefit of other family members, I needed to keep the Xandros

[R] moving from Windows to Linux - need help

2009-05-26 Thread Robert Kinley
hi I've used R for many years on windows machines, but have now acquired an Asus eee 1000 linux machine. In order to get the best out of the machine, I used the 'pimpmyeee.sh' script, to get the full KDE desktop. The version of Linux is Xandros, which I believe is a close relative of Debian, bu