Displaying 14 results from an estimated 14 matches for "underdispersion".
2008 Dec 04
2
Simulating underdispersed counts
Hello,
Anyone who knows a fast and accurate algorithm for generating draws from an underdispersed Poisson distribution. Or even better, if there is a package containing such an implementation.
Thanks
Rene
2012 Jan 09
0
what to do with underdispersed count data
Hi,
I have been trying to do a simple GLM with count data using a poisson
distribution. The results show evidence of underdispersion. I have only ever
encountered overdispersion. Am I still able to use family=quasipoisson to
correct for underdispersion?
Thank you,
Karla
--
View this message in context: http://r.789695.n4.nabble.com/what-to-do-with-underdispersed-count-data-tp4279302p4279302.html
Sent from the R help mailin...
2002 Mar 21
1
Underdispersion with anova testing methods
...timate of the
dispersion parameter. Were it included, the interaction would have a
much smaller probability. Is there a good reason why one should or
should not makes such an adjustment? In any case, will it matter when
I'm interested only in the effect of Variety?
Alternatively, could the underdispersion come from my ignoring the
fact that the insects are measured at the four different instars and
so the independence assumption is not true. I could not think of a way
of taking that lack of independence into account.
Suggestions welcome.
Thanks
--
**********************************************...
2009 Jul 14
1
Simulation functions for underdispered Poisson and binomial distributions
Dear R users
I would like to simulate underdispersed Poisson and binomial
distributions somehow.
I know you can do this for overdispersed counterparts - using
rnbinom() for Poisson and rbetabinom() for binomial.
Could anyone share functions to do this? Or please share some tips for
modifying existing functions to achieve this.
Thank you very much for your help and time
Shinichi
2007 Apr 10
1
When to use quasipoisson instead of poisson family
It seems that MASS suggest to judge on the basis of
sum(residuals(mode,type="pearson"))/df.residual(mode). My question: Is
there any rule of thumb of the cutpoiont value?
The paper "On the Use of Corrections for Overdispersion" suggests
overdispersion exists if the deviance is at least twice the number of
degrees of freedom.
Are there any further hints? Thanks.
--
Ronggui
2005 Oct 10
3
Under-dispersion - a stats question?
Hello all:
I frequently have glm models in which the residual variance is much
lower than the residual degrees of freedom (e.g. Res.Dev=30.5, Res.DF
= 82). Is it appropriate for me to use a quasipoisson error
distribution and test it with an F distribution? It seems to me that
I could stand to gain a much-reduced standard error if I let the
procedure estimate my dispersion factor (which
2006 Jan 25
1
About lmer output
Dear R users:
I am using lmer fo fit binomial data with a probit link function:
> fer_lmer_PQL<-lmer(fer ~ gae + ctipo + (1|perm) -1,
+ family = binomial(link="probit"),
+ method = 'PQL',
+ data = FERTILIDAD,
+ msVerbose= True)
The output look like this:
> fer_lmer_PQL
Generalized linear mixed model fit
2007 Mar 23
1
lmer estimated scale
I have data consisting of binary responses from a large number of
subjects on seven similar items. I have been using lmer with
(crossed) random effects for subject and item. These effects are
almost always (in the case of subject, always) significant additions
to the model, testing this with anova. Including them also increases
the Somers' Dxy value substantially.
Even without those
2014 Feb 23
1
Random Count Generation with rnbinom
The documentation states :
An alternative parametrization (often used in ecology) is by the mean ?mu?, and ?size?, the dispersion parameter.
However, this fails :
> rnbinom(10, mu = 100, size = 0)
[1] NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN
Warning message:
In rnbinom(10, mu = 100, size = 0) : NAs produced
For dispersion set to 0, it should work like drawing from a Poisson distribution.
2012 Oct 22
1
glm.nb - theta, dispersion, and errors
I am running 9 negative binomial regressions with count data.
The nine models use 9 different dependent variables - items of a clinical
screening instrument - and use the same set of 5 predictors. Goal is to
find out whether these predictors have differential effects on the items.
Due to various reasons, one being that I want to avoid overfitting models,
I need to employ identical types of
2006 Dec 03
1
lmer and a response that is a proportion
Greetings all,
I am using lmer (lme4 package) to analyze data where the response is a
proportion (0 to 1). It appears to work, but I am wondering if the analysis
is treating the response appropriately - i.e. can lmer do this?
I have used both family=binomial and quasibinomial - is one more appropriate
when the response is a proportion? The coefficient estimates are identical,
but the standard
2016 Apr 28
0
New book: Beginner's Guide to Zero-Inflated Models with R
...e analysis of proportional data
(seagrass coverage time series) with a large number of zeros. We use a
zero-altered beta model with nested random effects. Finally, in Chapters
17 and 18 we discuss various topics, including multivariate GLMMs and
generalised Poisson models (these can be used for underdispersion). We
also discuss zero-inflated binomial models.
-----------------------------------------------------
--
Dr. Alain F. Zuur
First author of:
1. Beginner's Guide to GAMM with R (2014).
2. Beginner's Guide to GLM and GLMM with R (2013).
3. Beginner's Guide to GAM with R (2012).
4. Z...
2003 Jan 16
3
Overdispersed poisson - negative observation
Dear R users
I have been looking for functions that can deal with overdispersed poisson
models. Some (one) of the observations are negative. According to actuarial
literature (England & Verall, Stochastic Claims Reserving in General
Insurance , Institute of Actiuaries 2002) this can be handled through the
use of quasi likelihoods instead of normal likelihoods. The presence of
negatives is not
2009 May 18
2
Overdispersion using repeated measures lmer
Dear All
I am trying to do a repeated measures analysis using lmer and have a number
of issues. I have non-orthogonal, unbalanced data. Count data was obtained
over 10 months for three treatments, which were arranged into 6 blocks.
Treatment is not nested in Block but crossed, as I originally designed an
orthogonal, balanced experiment but subsequently lost a treatment from 2
blocks. My