search for: minabsparapvar

Displaying 5 results from an estimated 5 matches for "minabsparapvar".

2006 Aug 04
1
gnlsControl
...ale = 0.001, tolerance = 1e-06, nlsTol = 0.001, msTol = 1e-07, msScale = lmeScale, returnObject = FALSE, msVerbose = FALSE, apVar = TRUE, .relStep = (.Machine$double.eps)^(1/3), nlmStepMax = 100, opt = c("nlminb", "optim"), optimMethod = "BFGS", minAbsParApVar = 0.05) { list(maxIter = maxIter, nlsMaxIter = nlsMaxIter, msMaxIter = msMaxIter, minScale = minScale, tolerance = tolerance, nlsTol = nlsTol, msTol = msTol, msScale = msScale, returnObject = returnObject, msVerbose = msVerbose, apVar = apVar, nlmStepMax = nlmSt...
2006 Feb 15
1
no convergence using lme
...should try changing. Below are the defaults.. lmeControl function (maxIter = 50, msMaxIter = 50, tolerance = 1e-06, niterEM = 25, msTol = 1e-07, msScale = lmeScale, msVerbose = FALSE, returnObject = FALSE, gradHess = TRUE, apVar = TRUE, .relStep = (.Machine$double.eps)^(1/3), minAbsParApVar = 0.05, nlmStepMax = 100, optimMethod = "BFGS", natural = TRUE) I was reading on the R listserve that lmer from the lme4 package may be preferable to lme (for convergence problems) but lmer seems to need you to put in starting values and I'm not sure how to go about chosing...
2004 Jul 23
1
nlme parameters in nlmeControl
...lerance criteria met when the change in the log likelihood is reduced below the specified value, or is it a value other than the log likelihood? What about for the pnlsTol? That is, what is the quantity whose change must be less than pnlsTol to continue? Is there anything wrong with reducing 'minAbsParApVar' to zero (so that a parameter can be fixed across all individuals and thus not have a variance)? Is anything, other than the help file, written about the default control parameters for nlme? Perhaps I missed it, but I didn't see anything in Pinheiro and Bates (2000). To some extent the de...
2009 Jan 22
1
convergence problem gamm / lme
...)) Maximum number of PQL iterations: 200 iteration 1 iteration 2 Error in MEestimate(lmeSt, grps) : NA/NaN/Inf in foreign function call (arg 1) > gamm3<-gamm(count~offset(offsetter)+s(lon,lat),random=list(code_tripnr=~1),family="poisson", niterPQL=200,control=lmeControl(minAbsParApVar=0.0000000000001)) Maximum number of PQL iterations: 200 iteration 1 iteration 2 Error in MEestimate(lmeSt, grps) : NA/NaN/Inf in foreign function call (arg 1) > gamm3<-gamm(count~offset(offsetter)+s(lon,lat),random=list(code_tripnr=~1),family="poisson", niterPQL=200, co...
2009 Jan 28
2
t.test in a loop
Hi All, I've been having a little trouble with creating a loop that will run a a series of t.tests for inspection, Below is the code i've tried, and some checks i've looked at. I've used the get(paste()) idea as i was told previously that the use of the eval should try and be avoided. I've run a single syntax to check that my systax is correct and works without any problems