1
vote
0answers
18 views

A good primer on how people deal with cluster-wise autocorrelation in mixed models?

The courses that I've taken have been primarily in the economics department, but I've been learning more of stats more broadly recently. One thing that I don't understand well is how exactly people ...
6
votes
0answers
609 views

How to analyze longitudinal count data: accounting for temporal autocorrelation in GLMM?

Hello statistical gurus and R programming wizards, I am interested in modeling animal captures as a function of environmental conditions and day of the year. As part of another study, I have counts ...
10
votes
1answer
123 views

Two years of data describing occurence of violence- testing association with number of patients on ward

I have two years of data which looks basically like this: Date ___ Violence Y/N? _ Number of patients 1/1/2008 ____ 0 __________ 11 2/1/2008 ____ 0 _________ 11 3/1/2008 _____1 ...