Solve simple regression problem

  • Thread starter Thread starter 939
  • Start date Start date
  • Tags Tags
    Regression
Click For Summary
SUMMARY

The discussion focuses on a regression analysis of NBA player salaries in relation to their average points per game, represented by the equation Salary = 1,500,000 + 0.9log(points), with a sample size of n = 150 and an r² value of 0.14. A "bad player's salary" is approximated at 1,500,000, indicating that lower average points correlate with salaries near this figure. The coefficient of 0.9 signifies that an increase in average points results in a proportional increase in salary, although the effect size is considered small. Running the model in log-log form would provide elasticity, which is calculated to be 0.9, offering deeper insights into the relationship between points and salary.

PREREQUISITES
  • Understanding of linear regression analysis
  • Familiarity with logarithmic transformations in statistical modeling
  • Knowledge of elasticity in economics
  • Basic concepts of correlation coefficients (r²)
NEXT STEPS
  • Explore advanced regression techniques using Python's statsmodels library
  • Learn about the implications of using log-log transformations in regression analysis
  • Investigate the concept of elasticity in economic models
  • Study the interpretation of regression coefficients in sports analytics
USEFUL FOR

Data analysts, sports statisticians, and economists interested in understanding the relationship between performance metrics and compensation in professional sports.

939
Messages
110
Reaction score
2

Homework Statement


Salaries of NBA players related to average points per game:

Salary = 1 500 000 + 0.9log(points), n = 150, r^2 = 0.14

1) What is a bad players salary? 2) Interpret the coefficient in front of the aggressor 3) What would be the advantages of running it in log-log form?

Homework Equations



Salary = 1 500 000 + 0.9log(points), n = 150, r^2 = 0.14

The Attempt at a Solution



1) Approx 1 500 000. The lower the average points, the closer the salary is to 1 500 000
2) It is the right sign, as an increase in points means an increase in salary. But it is too small;
3) The main advantage is that the coefficient would give the elasticity; the elasticity would be 0.9.
 
Physics news on Phys.org
Thanks for the post! Sorry you aren't generating responses at the moment. Do you have any further information, come to any new conclusions or is it possible to reword the post?
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 24 ·
Replies
24
Views
4K
Replies
15
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K