Displaying 6 results from an estimated 6 matches for "arthropod".
2010 Nov 18
1
Logistic regression with factorial effect
...en the data was simulated to generate differences between models and
model ?test4.1? is supposed to be the best one, I?m probably doing something
wrong.
Has anyone faced this kind of problem? Or has anyone any idea how to solve
that?
Thanks and Regards
Gustavo Requena
PhD student - Laboratory of Arthropod Behavior and Evolution
Universidade de S?o Paulo
http://ecologia.ib.usp.br/opilio/gustavo.html
--
View this message in context: http://r.789695.n4.nabble.com/Logistic-regression-with-factorial-effect-tp3049208p3049208.html
Sent from the R help mailing list archive at Nabble.com.
2010 Nov 21
1
Possible to "add" filled.contour(...) to existing plot?
By any chance is it possible to "add" filled.contour(...) to an existing plot
like you can do using image(..., add = TRUE). I looked at the
filed.contour(...) and levelplot(...) documentation, but it didn't seem to be
possible.
I would like to add filled.plot(...) as shown below instead of using the
image(...). Filled.contour seems to provide the smoothing interpolation
2011 Aug 29
1
Bayesian functions for mle2 object
...em, enjoyning the flexibility of different
start points to reach the maximum likelihood estimates. However, I have no
idea which package or which function to use to solve the specific problem
I'm facing now.
Does anyone have a clue?
Thanks in advance
Gustavo Requena
PhD Student - Laboratory of Arthropod Behavior and Evolution
Universidade de Sao Paulo - Brazil
--
View this message in context: http://r.789695.n4.nabble.com/Bayesian-functions-for-mle2-object-tp3776442p3776442.html
Sent from the R help mailing list archive at Nabble.com.
2011 Sep 22
2
comparing mixed binomial model against the same model without random effect
Hi everybody,
If I am correct, you can compare a model with random effect with the same model without the random effect by using the nlme function, like this:
no.random.model <- gls(Richness ~ NAP * fExp,
method = "REML", data = RIKZ)
random.model <- lme(Richness ~NAP * fExp, data = RIKZ,
random = ~1 | fBeach, method = "REML")
2007 Aug 09
2
Systematically biased count data regression model
Dear all,
I am attempting to explain patterns of arthropod family richness
(count data) using a regression model. It seems to be able to do a
pretty good job as an explanatory model (i.e. demonstrating
relationships between dependent and independent variables), but it has
systematic problems as a predictive model: It is biased high at low
observed values...
2007 Feb 22
3
several Filled.contour plots on the same device...
hello -
a question about filled.contour plots, for which i haven't found a
response in previous posts - sorry if already treated.
i'd like to draw several filled.contour plots (that is, maps) on the same
device (a postscript file, actually). I know about layout(matrix) ,
split.screen or par(mfrow) : it works well for simple plots, but with
filled.contour plots, i get several pages