Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

20 results for “from:Dunbar, Michael J.”

Possible bug with dredge function
Dunbar, Michael J. · Dec 14, 2011 · r-sig-ecology

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-ecology/attachments/20111214/d63f288f/attachment.pl>

Standard errors from predict.gam versus predict.lm
Dunbar, Michael J. · Feb 17, 2012 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120217/e595726a/attachment.pl>

MuMIn package, problem using model selection table from manually created list of models
Dunbar, Michael J. · Jan 17, 2012 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120117/ee49d861/attachment.pl>

CALIBRATE program
Dunbar, Michael J. · Mar 14, 2011 · r-sig-ecology

Have a look at the bio.infer package Regards Mike -----Original Message----- From: r-sig-ecology-bounces at r-project.org [mailto:r-sig-ecology-bounces at r-project.org] On Behalf Of Yong Zhang Sent: 14 March 2011 09...

What statistical analysis should I take??
Dunbar, Michael J. · Jan 12, 2011 · r-sig-ecology

Dear Yong The simplest approach would be to calculate a phi value for each stream, and then apply conventional anova. There is some background on phi here: http://en.wikipedia.org/wiki/Particle_size_%28grain_size%29 There is an...

Possible bug with dredge function
Dunbar, Michael J. · Dec 13, 2011 · r-sig-ecology

Fernando You have transect in both the fixed and random part of the model. Will the model fit when transect is not in the fixed part? Will it fit when you just call lmer with the full model without dredge...

testing for synchrony
Dunbar, Michael J. · Jun 30, 2011 · r-sig-ecology

Hi Jeff I don't know about any specific test for synchrony as there are many ways of looking at the problem. But there's plenty of literature looking at modelling of synchrony in the aquatic environment which would hopefully...

gam variable selection
Dunbar, Michael J. · Sep 28, 2011 · r-sig-ecology

Hi Bex Did you mean the dredge function from the MuMIn package? I'm not really sure what you mean by "it does not take into account correlates or significance". The point about dredge is that it is part of...

Appropriate mixed model?
Dunbar, Michael J. · Sep 16, 2011 · r-sig-ecology

Hi Rob As it stands your model won't really do what you are expecting. Start with a model like this: fish.mod1<-lmer(fishsize ~ pH + landuse + conductivity + (1 | subcatchment), data=mydata) You don't say whether you have multiple...

logistic regression and spatial autocorrelation
Dunbar, Michael J. · Aug 25, 2011 · r-sig-ecology

Hi Tim The problem you have is firstly that you only have three levels for your random effect, leading to considerable uncertainties, and secondly as you've essentially got a dendritic network, chur is linked to both vord and hint...

Partially non-independent ANOVA?
Dunbar, Michael J. · Jun 23, 2011 · r-sig-ecology

Dear Cliff Using a mixed-effects model (also variously termed multilevel or hierarchical model) could well be what you are looking for. These are implemented in several R packages. In your study, in mixed model parlance, patient identifier would be...

Partially non-independent ANOVA?
Dunbar, Michael J. · Jun 27, 2011 · r-sig-ecology

Hi Chris lme (LMMs only) can handle unequal variances of residuals at the lowest level in your hierarchy using variance functions: this isn't really what you describe below. This is described in Pinhero and Bates, but for beginners, best...

logistic regression and spatial autocorrelation
Dunbar, Michael J. · Aug 25, 2011 · r-sig-ecology

Hi Tim You haven't really explained where your group variable in the glmm has come from. Moving from glm to glmm you've changed two things, adding the grouping and the autocorrelation as well. You have to be very...

Understanding the output from lme anova
Dunbar, Michael J. · Dec 8, 2010 · r-sig-ecology

Dear Peter As Thierry said, it is much easier to create the factors in your data frame and then use them in the model specification i.e. Dist_start <- as.factor(Dist_start) ..... lme(Cyperaceae~Site+Ditch_block+Tree_cut...

Re : guidance required (GLM?)
Dunbar, Michael J. · Aug 24, 2011 · r-sig-ecology

Chris is unlikely to need a binomial model if the response variable is biomass. glm is generalised linear model: are you sure you don't just want lm (linear model with normal residuals) Chris? You're new to stats, but...

nested factor for which i would like a parameter estimate
Dunbar, Michael J. · Mar 13, 2011 · r-sig-ecology

Hi Doug Your first model can't be right, as AM/PM is clearly a fixed effect: it has just two levels and you are only interested in making inferences about those two levels. So you can't have AMPM...

Understanding the output from lme anova
Dunbar, Michael J. · Dec 7, 2010 · r-sig-ecology

Dear Petter It is indeed difficult to read your model because you are converting to factors on-the-fly within the model. Regarding the nesting, I have never ever seen explicit nesting in the fixed part of the model. Have...

random effects in a linear mixed model
Dunbar, Michael J. · Aug 22, 2011 · r-sig-ecology

Edgar I agree with what Chris says (1 + BOAT | fYEAR) makes no sense It is probably (1|BOAT) + (1|fYEAR) that you want Providing you have enough boats and years to estimate variance components for these two factors: please feel...

plot confidence intervals of a line from a mixed model
Dunbar, Michael J. · Sep 7, 2011 · r-sig-ecology

Hi Rob A couple of suggestions 1. You can use the glht command in the multcomp to get predictions for different factor levels with simultaneous se's / ci's, you just need to formulate the correct contrast(s) 2. You...

Using MuMIn - error message
Dunbar, Michael J. · Mar 24, 2012 · r-help

Hi Rachel Do you accidentally have nlme and lme4 loaded at the same time? If so then try unloading nlme. regards Mike ________________________________________ From: r-help-bounces at r-project.org [r-help-bounces at r-project.org] On Behalf Of...

Can't find what you're looking for? Try searching with Google .