Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

14 results for “from:Michael A. Gilchrist”

removing random effect from nlme or using varPower() in nls
Michael A. Gilchrist · Oct 22, 2009 · r-help

Hello, I've been fitting a random effects model using nlme to some data, but I am discovering that the variation in my random effect is very small. As a result, I would like to replace it as a fixed...

switch() usage
Michael A. Gilchrist · Aug 26, 2008 · r-help

Hello, I am wondering if it is possible to run separate lines of code within switch() as one can do in most languages. For example, I'd like to have switch execute a few lines of code based on the...

reading in results from system(). There must be an easier way...
Michael A. Gilchrist · Sep 12, 2008 · r-help

Hello, I am currently using R to run an external program and then read the results the external program sends to the stdout which are tsv data. When R reads the results in it converts it to to a list...

removing random effect from nlme or using varPower() in nls
Michael A. Gilchrist · Oct 23, 2009 · r-help

Hi Kingsford, That's exactly what I was looking for! Thanks. Mike On Thu, 22 Oct 2009, Kingsford Jones wrote: > help(gnls, pack=nlme) > > > hth, > Kingsford Jones > > On Thu, Oct 22, 2009 at 4:36 PM, Michael A. Gilchrist <mikeg...

writing selfStart models that can deal with treatment effects
Michael A. Gilchrist · Nov 12, 2009 · r-help

Hello, I'm trying to do some non-linear regression with 2 cell types and 4 tissue type treatments using selfStart models Following Ritz and Streibig (2009), I wrote the following routines: ##Selfstart expDecayAndConstantInflowModel <- function(Tb0, time, aL, aN, T0...

Proper syntax for using varConstPower in nlme
Michael A. Gilchrist · Oct 16, 2009 · r-help

Hi Dieter, Thanks for the reply. I had played with the initial conditions, but apparently not enough. I finally found some that avoided the singularity issue. Many thanks. More generally, I went over the documentation yet again in P&B...

switch() usage
Michael A. Gilchrist · Aug 26, 2008 · r-help

Hi Dan, No, I hadn't thought of that and it WORKS! I was hoping there'd be such a simple solution. I have new respect for the power of {} w/in R. Many thanks! Mike ----------------------------------------------------- Department of Ecology & Evolutionary...

reading in results from system(). There must be an easier way...
Michael A. Gilchrist · Sep 22, 2008 · r-help

Sorry, I misunderstood what I was doing and misspoke. I don't think there's a bug. I had called COMMAND w/in read.delim. Thanks for all of your help and sorry for the misinformation. Sincerely, Mike ----------------------------------------------------- Department of...

reading in results from system(). There must be an easier way...
Michael A. Gilchrist · Sep 18, 2008 · r-help

Wow, that's elegant and simple. It's also faster than my approach. NB, you don't need to use close(), read.delim() closes the pipe when its done reading. Thank you all for your suggestions, they really helped me...

Proper syntax for using varConstPower in nlme
Michael A. Gilchrist · Oct 15, 2009 · r-help

Hello, Excuse me for posting two questions in one day, but I figured it would be better to ask my questions in separate emails. I will again give the caveat that I'm not a statistician by training, but have...

Setting random effects within a category using nlme
Michael A. Gilchrist · Oct 15, 2009 · r-help

Hello, I will start out with the caveat that I'm not a statistician by training, but have a fairly decent understanding of probability and likelihood. Nevertheless, I'm trying to fit a nonlinear model to a dataset which has...

custom selfStart model works with getInitial but not nls
Michael A. Gilchrist · Oct 17, 2009 · r-help

On Sat, 17 Oct 2009, Douglas Bates wrote: > On Fri, Oct 16, 2009 at 7:09 PM, Michael A. Gilchrist <mikeg at utk.edu> wrote: >> Hello, >> >> I'm having problems creating and using a selfStart model with nlme. >> ?Briefly, I...

custom selfStart model works with getInitial but not nls
Michael A. Gilchrist · Oct 16, 2009 · r-help

Hello, I'm having problems creating and using a selfStart model with nlme. Briefly, I've defined the model, a selfStart object, and then combined them to make a selfStart.default model. If I apply getInitial to the selfStart model...

Interpreting gnls() output in comparison to nls()
Michael A. Gilchrist · Oct 30, 2009 · r-help

Hi, I've been trying to work with the gnls() function in the "nlme" package. My decision to use gnls() was so that I could fit varPower and such to some of the data. However, in working with a small...

Can't find what you're looking for? Try searching with Google .