linearmodels

    0

    1답변

    저는 r을 처음 접했고 오류가 어떻게 수정되는지 잘 모릅니다. 여기 내 데이터의 요약 : 다음 > summary(data) Metro MrktRgn MedAge numHmSales Abilene : 1 Austin-Waco-Hill Country : 6 20-25: 3 Min. : 302 Amarillo : 1 F

    0

    1답변

    아래는 Linearmodels 모듈에 의한 Fixed Effect Estimation 파이썬 코드입니다 (here). from linearmodels import PanelOLS mod = PanelOLS(y_train, x_train, entity_effects=True) res = mod.fit(cov_type='clustered', cluster_en