countregFitModel - How can I obtain predicted values or other statistics for each observation?

Réponse

You can generate an output table with various statistics by using the 'output' parameter and specifying a CAS output table with 'casOut'. Within the 'output' parameter, you can request statistics such as predicted mean ('pred'), probability of the observed count ('prob'), and the linear predictor ('xbeta').
Did this answer help you?