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
I was wondering if anyone knew of a package that contained a function of Buse's (http://www.jstor.org/stable/2683631 ) GLS R2 equation? If not, I would greatly appreciate any pointers about how I would implement Buse's equation using the results from nlme::gls function! Thanks very much for your t

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