Displaying 2 results from an estimated 2 matches for "logrange".
Did you mean:
lagrange
2009 Jan 22
1
convergence problem gamm / lme
...andom
= random, data = data, correlation = correlation, :
nlminb
problem, convergence error code = 1
message = false convergence (8)
In addition: Warning messages:
1: In if (k < M + 1) { :
the
condition has length > 1 and only the first element will be used
.Options$mgcv.vc.logrange=0.001 # we also
tried higher settings
>
gamm3<-gamm(count~offset(offsetter)+s(lon,lat),random=list(code_tripnr=~1),family="poisson",
niterPQL=200, control=lmeControl(opt="optim"))
Maximum number of PQL iterations: 200
iteration 1
iteration 2
Error in optim(c(coef...
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