Skip to main content

Questions tagged [count-data]

Count data are non-negative integers representing whole amounts.

Filter by
Sorted by
Tagged with
1 vote
0 answers
13 views

I have been asked to do a sample size calculation for a survey question of the following form. Which of the following factors would influence your decision about x (indicate no more than 3)? Option A ...
llewmills's user avatar
  • 2,335
0 votes
0 answers
100 views

I have count data captured across multiple years and sites. I measured the total abundance for each sampling period, and wanted to determine if there is any significant effect due to temperature ...
user390865's user avatar
2 votes
1 answer
101 views

I have the following table with counts: ...
Katherine's user avatar
  • 377
9 votes
2 answers
449 views

First, to be clear, the issue mentioned in the title does not happen often and, in every parametric simulation I've tried, both NB and Poisson produce similar estimates, regardless of the type of ...
NBweird's user avatar
  • 91
0 votes
0 answers
70 views

I have calculated relative abundance of species count data. I then removed the species <2%. I want to transform these data using the square root method to reduce the dominance of some species ...
bob_bonnine'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
4 votes
2 answers
130 views

I have a very small dataset of seabird count data (12 observations/28 samples prions, 22/28 shearwaters, 12/22 storm petrels) and am interested in the association of these taxa and zooplankton ...
daragh brown's user avatar
6 votes
2 answers
159 views

I did an experiment where I asked 18 people to read 12 pieces of shorts text. After they read each text, I asked them to rate how much they enjoyed of the text, and wrote down how their blink rate ...
Sid's user avatar
  • 403
7 votes
1 answer
199 views

I have strata-specific event rates from Population A and have applied them to the corresponding strata in Population B to estimate the number of predicted events. After summing these predicted events ...
user468121's user avatar
4 votes
1 answer
80 views

How would I perform equivalence tests for right-censored count data? The outcome of interest is total seizures per a time period. However, the equipment used to record seizures stops counting at 40. ...
Bryan's user avatar
  • 1,541
5 votes
1 answer
203 views

The Poisson model has been commonly used in research to model count data, however when over-dispersion is present, other models are used instead (NB, Quasi-Poisson, for instance). In the event that ...
Kevin's user avatar
  • 353
2 votes
1 answer
235 views

Background I'm working on an algorithm to find a short pieces of DNA sequence in a long DNA sequence. I won't go in detail of how it actually works, but let me more formally state it to provide ...
CodeNoob's user avatar
  • 231
6 votes
4 answers
845 views

I have 4 stories that I have the word count and the count for how many plural words are in each: Story Num Words Plurals 1 356 45 2 273 23 3 303 28 4 289 42 I am wondering if it is possible to do a ...
CofeeBean42's user avatar
3 votes
1 answer
189 views

I wish test significant difference between groups from count data with zero values. I only want to compare groups with the same color (grey, yellow and blue). Some groups have only zero values which ...
Rikki Franklin Frederiksen's user avatar
16 votes
2 answers
3k views

When would one use a negative binomial regression and when would one use Poisson regression with respect to the mean and variance?
Shiimi Happie's user avatar
1 vote
0 answers
34 views

my research question is to analyse intra-individual (within-subject) heterogeneity in contact patterns and identify determinants of stable contact behaviour before and during the lockdown. Since the ...
Chao's user avatar
  • 333
0 votes
1 answer
85 views

I was hoping you would be able to help me double check if I am using the right tests. I performed focal studies on 36 deer collecting both the frequency and cumulative time expressed (in seconds) for ...
Flavia Rasmussen's user avatar
6 votes
2 answers
1k views

This question must have been asked many times before but I can't find an answer. I'm getting very confused about when to use a zero-inflated negative binomial regression vs standard negative binomial ...
Picapica's user avatar
  • 523
4 votes
1 answer
360 views

My research question is about the contact patterns during the pandemic and what characteristics of people who contacted more person during the national lock down. The outcome variable is a variable ...
Chao's user avatar
  • 333
0 votes
2 answers
132 views

I am trying to see the impact of Brexit on UK imports. My dependent variable are EU exports to the rest of world. I have monthly data from 2013 to 2023, also data is in billions of GBP. When I do ...
rea123's user avatar
  • 1
0 votes
1 answer
90 views

To get a more flexible model than Poisson regression, one can choose the negative binomial distribution instead for modeling with $E[y] = \mu$ and $Var(y) = \mu + \frac{1}{ \theta} \mu^2$. As a ...
Marlon Brando's user avatar
6 votes
3 answers
705 views

In R's, glm.nb summary, it says dispersion parameter $\phi$ is set to 1. When the model is $Y \sim \text{Negbin}(\mu,\theta)$ where $E(Y)=\mu$ and $V(Y)=\mu+\mu^2/\...
quibble's user avatar
  • 1,754
1 vote
0 answers
89 views

One way to model count data is to simply count up the number of events as the outcome with an offset of observation time if this varies between people. I presume it's also possible to model count data ...
LucaS's user avatar
  • 1,099
1 vote
1 answer
83 views

I have count data that is part of a whole. It's not compositional, because the other parts of the whole aren't of interest. I could analyze it as a "percent", but I would rather do it as ...
Bryan's user avatar
  • 1,541
1 vote
1 answer
200 views

Could someone explain what assumptions I am making (perhaps implicitly) when I specify family = nbinom2() versus ...
StatisticsFanBoy's user avatar

1
2 3 4 5
20