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.

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to