Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upPossible bug in confint.profile.gnm() #10
Comments
|
Thanks for the comprehensive bug report! This should be fixed in the GitHub version ready for the next release. |
I believe there is a subsetting bug in
confint.profile.gnm()which is triggered when there is only 1 covariate. ConsiderFor me, this returns an error message which appears to be due to lines 30-31 in file confint.profile.gnm.R:
After replacing these lines with
The error disappears.
Many thanks for developing
gnmand making it freely available! Conditional Poisson regression is very useful in epidemiology.