0

A journal is asking whether I report sample or population beta weights for my regressions. I am using the lm() function in base R and the lme() function from the nlme-package. Which kind of beta weight do they give? I was not able to find any information on this in the package documentations.

mkks
  • 23
  • 4
  • If we perform an `lm()` with a sample data, we would report the beta estimate, i.e. an estimate of population beta which we got through sample. Moreover, we report the S.E. and confidence interval also. It suggests that the population's beta may fall within the confidence interval. You may check some reference documents as well, before replying to the journal. – Mohanasundaram May 02 '22 at 12:40
  • I assume that there are different ways to calculate beta weights, similar to R² and adjusted R², depending on whether they are sample or population estimates. – mkks May 02 '22 at 12:57

0 Answers0