Hi there,
does anyone know, how to implement more than one group in the following syntax:
calc.relimp(swiss,
type = c("lmg", "last", "first"), rela = FALSE,
groups = c("Education","Examination"), weights = abs(-23:23) )
Let´s say we have "age" and "sex" as IVs and want to run this analysis with group 1 "Education" and "Examination" and with group 2 "age" and "sex". Is there a way to do this?
Thanks in advance,
Michael