powered by
mixpoissonreg
Function to compute the log-likelihood at the estimated parameters for mixed Poisson regression models.
# S3 method for mixpoissonreg logLik(object, ...)
an object of class "mixpoissonreg" containing results from the fitted model.
further arguments passed to or from other methods.
Returns an object of class LogLik containing the log-likelihood of the fitted mixpoissonreg object.
LogLik
vcov.mixpoissonreg
# NOT RUN { daysabs_prog <- mixpoissonreg(daysabs ~ prog, data = Attendance) logLik(daysabs_prog) # }
Run the code above in your browser using DataLab