My apologies for the dumb question...but I can\'t seem to find a simple solution
I want to extract the standardized coefficients from a fitted linear model (in R) there
Package lm.beta has several functions to work with standardised coefficients, including lm.beta() which requires an lm object:
lm.beta
lm.beta()
lm
res <- lm(y~x) lm.beta(res)