search for: igf

Displaying 8 results from an estimated 8 matches for "igf".

Did you mean: if
2007 Jun 13
1
lme() doesn't converge on IGF example
Running the Chapter 4 examples in Pinheiro & Bates' "Mixed-Effects Models in S and S-PLUS" (2000), I get a message that the default optimizer doesn't converge, but using "optim" for the optimizer results in convergence: > > library(nlme) > > fm1IGF.lis <- lmList(IGF) > > fm1IGF.lme <- lme(fm1IGF.lis) > Error in lme.formula(fixed = conc ~ age, data = IGF, random = list > (Lot = c(-0.741604809797216, : > nlminb problem, convergence error code = 1; message = iteration > limit reached without convergence (9) > >...
2010 May 05
1
puzzles with assign()
I'm trying to get code along the following lines to work: temp.name <- paste(TimePt,'df',sep='.') # invent a relevant name/symbol as a character string. assign(temp.name,IGF.df[IGF.df$TPt==TimePt,]) # this works. The relevant variable is now a data frame lm(b ~ Strain+BWt+PWt+PanPix, data=temp.name)) # this gives an error, namely Error in eval(predvars, data, env) : invalid 'envir' argument I think it's obvious what I want to achieve, but how is it done? I...
2003 Jan 30
2
mgcv, gam
Hola! I have some problems with gam in mgcv. Firts a detail: it would be nice igf gam would accept an na.action argument, but that not the main point. I want to have a smooth term for time over a year, the same pattern repeating in succesive years. It would be natural then to impose the condition s(0)=s(12). Is this possible within mgcv? I tried to obtain this with trigonom...
2013 Sep 03
2
rsync -append "chunk" size
...es. That is a lot, because system needs to transfer at least 262144 (before compression) every time connection is established. When I use scp --C chunk size is about 32Kb. Is there a way to change chunk size for rsync? I use rsync 3.0.7. -- Regards, Marcin Polkowski Zak?ad Fizyki Litosfery IGF UW mobile: +48 607561871 mail:marcin at marcinpolkowski.com <mailto:marcin at marcinpolkowski.com> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.samba.org/pipermail/rsync/attachments/20130903/518271eb/attachment.html>
2004 Dec 19
1
PBIB datataset
I'm looking at Pinheiro & Bates "Mixed-Effects Models in S and S-PLUS" at the moment. Several datasets are used, one of which is called "PBIB" (a partially balanced incomplete block design). All the other datasets can be found somewhere or other in R. However, I cannot locate PBIB, and it does not seem to be mentioned in the latest edition of the R Full Reference
2009 Dec 30
4
Validating the presence of two associated objects from both models
I have a model “Conversation” and a model “Leader”. A Conversation is always led by exactly 1 Leader. I’ve overridden Conversation’s “validate” method to validate the presence of an associated Leader model. If I add a similar validation to the Leader model, however, Conversations can no longer be saved on creation because the Leader model is invalid. On creation of both a new Conversation and
2004 Apr 28
1
Autoreply: Protected message
...wkIBwYjIyMjBQQDAh5joyMBAD8YPgZGRkZ9PDo 5BkZGRngnFRYGRkZGVxgZGgZGRkZbHB0eBwbGRl8gIS/iGDP5/P5jGCQYJRgmGAsfD6fI6Bg pGCoYKxgZGTk+bBgtLi8ZGRkZMDEyMxkZGRk0NTY3D6fz+9hiXBhbGFoYWRhZGzyfKhhpAWc ZGRkZLSUkIxkZGRkmLC4rGRkZGS8ODRAcGRkZERQSExhMjIy8tl4hHyAGRkZYZcUEAjynTAZ DNlgBSAyMjIyJCgsMDIyMjI0ODxAMjMyMkRITAAFSCigfwhSRbLZ/uEBC3IR/xFLR0hHAQAD t5d31be/4AHnRHloZwlISCsB9wQBE6brxt4AAhoDMCkdC0tfdmeaMxUsARIDI2iGBf//s2MH ewEAQEJFIVJ4cnVkbHIhRWhmaO++3f51YG0hSGxgCG9mQzExNTsCMzIhMfndd780CDQycQGR BgEFZTEzMDGRk5qTy24CWTU5A6GRAkHOvsELeaOhcb2Cuce6Aw0DQVM4OQlNvXs320wxH+fB ARAJO5ECACP727e2IBDhAv7aAYXxBAcGBwQJA////38GCAkJCA0VD...
2010 May 05
0
R-help Digest, Vol 87, Issue 5
...ssage-ID: <1273052867103-2130691.post at n4.nabble.com> Content-Type: text/plain; charset=us-ascii I'm trying to get code along the following lines to work: temp.name <- paste(TimePt,'df',sep='.') # invent a relevant name/symbol as a character string. assign(temp.name,IGF.df[IGF.df$TPt==TimePt,]) # this works. The relevant variable is now a data frame lm(b ~ Strain+BWt+PWt+PanPix, data=temp.name)) # this gives an error, namely Error in eval(predvars, data, env) : invalid 'envir' argument I think it's obvious what I want to achieve, but how is it done? I...