Skip to content
Prev 19378 / 20628 Next

Time-dependent Negative binomial regression

I think log(person.time) will actually work fine, although I() 
doesn't hurt (it's only transformations that involve operators that are 
also used by R's formula syntax (*, +, :, /, ^) that need to be 
protected by I().
On 7/8/21 5:06 AM, Thierry Onkelinx via R-sig-mixed-models wrote: