You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This regression analysis is used to predict the LBM (lean body mass) of athletes and whether or not there is a difference in LBM for males and females. The analysis uses the following explanatory variables: Sex (0: males, 1: females), Ht (height in cm), Wt (weight in kg), WCC (white cell count), Hg (hemoglobin) amnd Hc (hematocrit).
[Python] Building a demand model and correcting for reverse causation with 2-stage least squares regression (OLS in statsmodels, IV2SLS in linearmodels)