Re: [R] Buse's GLS R2

2013-11-27 Thread Sheri O'Connor
Thanks very much Pascal. That is a very useful package! On Wed, Nov 27, 2013 at 1:26 AM, Pascal Oettli wrote: > Hello, > > Using 'sos': > > library(sos) > findFn('buse') > > Hope this helps, > Pascal > > On 27 November 2013 14:55, Sheri O&

[R] Buse's GLS R2

2013-11-26 Thread Sheri O'Connor
h for your time, Sheri BTW, I would be happy to send along the article. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commente

Re: [R] Help with expression()

2013-10-10 Thread Sheri O'Connor
ot;Change from" ~ .(mini) ~ "to" ~ .(maxi) * ":" ~ > .(diff) ~ degree ~ "C")) > > Bill Dunlap > Spotfire, TIBCO Software > wdunlap tibco.com > > >> -Original Message- >> From: r-help-boun...@r-project.org [mailto:r-he

[R] Help with expression()

2013-10-10 Thread Sheri O'Connor
quot;) changetext = paste("Change from ",mini," to ", maxi, ":", diff ,degsym,collapse="") giving me the same result as the second option Is there any way I can use the expression function as in the first example but still have R evaluate my user defined varia

[R] Help with expression()

2013-10-10 Thread Sheri
quot;) changetext = paste("Change from ",mini," to ", maxi, ":", diff ,degsym,collapse="") giving me the same result as the second option Is there any way I can use the expression function as in the first example but still have R evaluate my user defined va