arid_countreg()
|
Function to create class object similar to sci-kit learn's object
structure for inferential purposes. Given a data frame, the response,
and certain specifications return a generalized regression model interface
for count data (either using a poisson or a negative binomial distribution)
with a fit, predict, and score functions as well as attributes obtained from
the statistical analysis. |