Displaying 3 results from an estimated 3 matches for "offsett".
Did you mean:
offset
2009 Jan 22
1
convergence problem gamm / lme
Hope one of you could help with the following question/problem:
We would like to explain the spatial
distribution of juvenile fish. We have 2135 records, from 75 vessels
(code_tripnr) and 7 to 39 observations for each vessel, hence the random effect
for code_tripnr. The offset (‘offsetter’) accounts for the haul duration and
sub sampling factor. There are no extreme outliers in lat/lon. The model we try
to fit is:
>
gamm3<-gamm(count~offset(offsetter)+s(lon,lat),random=list(code_tripnr=~1),family="poisson",
niterPQL=200)
Maximum number of PQL iterations: 200...
2008 Jul 03
0
Sins of a Solar Empire: strange graphics offsett
Hi all,
I am currently playing around with Sins of a Solar Empire 1.05, usually
I simply start the game in compiz, which works more or less good. I now
tried the game without compiz, but the result was kind of strange. The
screen remains black in the upper third. It is as iff there is some kind
of offsett that is used to raw the graphics. And it is raqlly only the
prahics of the game, the mouse cursor can be moved in the black area
without problem. In fact to press a button in the game you actually have
to do that, because for the mouse, there is no such offsett.
This means without compiz the game...
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