Is there a library for (friendly) calculation of effect size measures for Generalized Linear Models? I have found "compute.es", but it seems to be suitable only for Linear Models. A library taking a glm object and computing partial R^2-type statistics, appropriate for GLMs, would be enough, but I have bee unable to find it! Rhanks for your help. Fianfranco Lovison Professor of Statistics Deoartment of Economic, Business and Statistical Sciences University of Palermo Italy
Effect size measures for GLM
2 messages · Gianfranco Lovison, Ben Bolker
3 days later
Gianfranco Lovison <gianfranco.lovison <at> unipa.it> writes:
Is there a library for (friendly) calculation of effect size measures for Generalized Linear Models? I have found "compute.es", but it seems to be suitable only for Linear Models. A library taking a glm object and computing partial R^2-type statistics, appropriate for GLMs, would be enough, but I have bee unable to find it!
I don't know about *partial* R^2 statistics, but as a starting point try
library("sos"); findFn("nagelkerke") for example.