Skip to main content

Questions tagged [overdispersion]

Overdispersion is when there is greater variability than there 'ought' to be in the data. Eg, the variance of counts is often greater than the mean, whereas the variance of a Poisson should equal the mean.

0 votes
0 answers
37 views

I'm working on a dataset of ~2900 fish, where the visually estimated sex was compared to the true sex. In about 10% of the cases (≈260 fish), the estimation was wrong (deviation = TRUE). I'd like to ...
Johannes's user avatar
  • 165
2 votes
0 answers
100 views

I am working on a model where I am aiming to predict influenza in geographic regions. In my case I aiming to predict influenza cases in high resolution regions using low resolution data. I am using a ...
imantha's user avatar
  • 151
3 votes
0 answers
86 views

In glmmTMB I've noticed on several occasions that I can have a standard Poisson glmer with no indication of overdispersion using the check_overdispersion, ...
Tristan Swartout's user avatar
16 votes
2 answers
868 views

Suppose the number of road accidents follows a Poisson distribution. Suppose there is a mean of 4 accidents in a given city in a given time period. The variance would be measured in $\text{accidents}^...
robertspierre's user avatar
1 vote
0 answers
82 views

I have a model and when testing for overdispersion I used manual method and also check_overdispersion from the Performance package, and got massively different ratios (although both were overdispersed....
user469098's user avatar
5 votes
1 answer
225 views

I'm working with a small dataset (n=36) from a greenhouse experiment and want to test the effect of soil inoculum on days to germination. I'm having trouble finding a model that fits my data. The data ...
Moriah's user avatar
  • 83
2 votes
2 answers
243 views

I am running some GLMMs in the glmmTMB package. My responses are based on seedling data where in each sub-plot I have (1) presence/ absence of seedlings (0 or 1) and (2) a abundance count. I am trying ...
Emma Neigel's user avatar
1 vote
0 answers
56 views

I have a multivariate dataset consisting of household level variables such as education, location of the household, occupation, income, consumption etc. The regressand variable is number of social ...
Abhi's user avatar
  • 11
0 votes
2 answers
188 views

I'm working with the glm.nb() function in R, which fits a Negative Binomial distribution using the parameters $\mu$ (mean) and $\theta$ (overdispersion parameter). The variance is given by: $$ \text{...
Joshua Oehmen's user avatar
0 votes
0 answers
39 views

Trying to go over some data and its half presence absence while the other half is count data. The model I've been working on lately is a mix of lmer and glmer.nb as that seems to be the approach for ...
Pvy's user avatar
  • 1
0 votes
0 answers
36 views

I have some frequency data that I am not sure how to model I have two independent experiments (replicate: A, B), where I treat neurons (10 per treatment) with the same drug but for different time ...
Sebastian Rivas's user avatar
4 votes
2 answers
220 views

Is it theoretically correct to group the data before fitting a quasi-Poisson or should I leave it ungrouped? Commentary as well as an example in R code is posted below. I noticed I get different ...
Colin's user avatar
  • 99
1 vote
0 answers
54 views

I've run a series of tests where each test involves answering 10 questions which are scored correct/wrong, and there are roughly 36 participants per test divided more or less evenly into 3 treatment ...
Kavita Thomas's user avatar
4 votes
1 answer
232 views

I'm currently making a binomial model with a logit link, which is parameterised as a quasibinomial since I'm allowing it to calculate the dispersion parameter. I was wondering, since changes to the ...
Daniel's user avatar
  • 95
7 votes
2 answers
626 views

Quasipoisson regression goes beyond standard poisson regression in taking into account overdispersion (whereby the dependent variable's variance is much greater than its mean). This is explained at ...
rolando2's user avatar
  • 13.1k

15 30 50 per page
1
2 3 4 5
18