lotze / COMPoissonReg

COMPoissonReg R package
GNU General Public License v2.0
9 stars 4 forks source link

Add support for ZICMP regression #1

Closed andrewraim closed 7 years ago

andrewraim commented 7 years ago

Summary of changes o Added ZICMP regression. o Made a single glm.cmp function that users call with model. o Reorganized functions into a more consolidated structure. o Use vectorized z-functions for improved performance. o Added support for modeling nu parameter of CMP. o Produce a pretty summary if user prints the output object from the regression. o Added quantile residuals. o If no regression model is given for 'lambda', 'nu', or 'p', give an estimate for the "non-regression" version of the corresponding parameter as well, and transformed SEs via delta method.