Changes in version 1.3.4 (2025-08-20) Major - None Minor - Fixed crossrefs for new CRAN reqs. Changes in version 1.3.3 (2024-05-01) Major - None Minor - Added citation to JSS paper. Changes in version 1.3.2 (2023-05-03) Major - None Minor - Added terrorism data from associated journal article. Can be accessed by the object called terror which is lazily loaded upon loading the package. Changes in version 1.3.1 (2023-03-17) Major - None Minor - There was a warning in R-CMD-CHECK on generic method consistency, which was fixed. Changes in version 1.3.0 (2022-12-02) - Deprecated scaling parameter, as there is no reliable way to scale covariates properly when transformations and interactionsare introduced to model formulas. - Deprecated na.action as there are no methods for bizicount that can leverage alternative na.actions other than na.omit. Changes in version 1.2.0 (2022-08-14) Major - Add zi_test function to implement tests for zero-modification as found in He et al. (2019). - Fix bug in scaling parameter where interaction terms would be scaled, not just their constituent covariates. - Fix bug causing standard error on dependence parameter in Gaussian copula to be incorrect. Minor - Change default value of keep parameter in bizicount() function to TRUE so that model matrices, etc., are stored in the output object by default. - Update documentation with new methods, typo fixes. - Refactor, add more tests, and minor bug fixes for univariate distribution functions. Changes in version 1.1.0 (2022-07-03) Minor - Fixed improper univariate distribution aliasing in documentation (#1) - Added more badges to readme.md (#4) - Pointed BugReports link to correct GitHub location (#5) - Added new test to prevent #6 from happening again. Major - Fixed fatal error that occurred when the first marginal distribution was zero-inflated, while second margin was not (#6). - Fixed error when trying to use NumDeriv to get hessian if NLM hessian failed (#8). - Added a parameter to bizicount() that scales continuous covariates automatically for users (#7). Changes in version 1.0.0 (2022-02-10) The first release of the package, support for Gaussian and Frank copulas, zero-inflated and non-inflated Poisson and negbin distributions. Extended DHARMa and texreg generics for bizicount and zicreg objects.