Does anyone know how to extract the cohen's f2 effect size value from a model computed with the lm()
function in R?
I would like to report effect sizes for individual predictors while accounting for other covariates in a multiple regression model, in order to not limit myself to p values in my reporting. There is information out there for using SAS, but not for the lm()
function in R