pymer4
pymer4 copied to clipboard
Speed up standardization of regression coefficients
Without refitting an Lm model we can:
beta_s = beta * std(x) / std(y)