I would like to obtain a general p-value for each of my model variables and not an specific p-value for each level of every variable of my model. I think it is possible to obtain a p-value by performing a chi-square test but I do not know how to do it with my model variables. I would need this p-value to show the variable significance when I publish the results.
The two independent variables of the model are factors. This is my model:
model <- zeroinfl(data=abundanceAfter ,
formula = total ~ sav_open+period|1, dist = 'poisson')