質問編集履歴
1
一部間違い修正
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
|
1
|
+
itiPython パネルデータ分析 .fit valueError Zero division Error 原因がわかりません。
|
body
CHANGED
@@ -60,7 +60,7 @@
|
|
60
60
|
```
|
61
61
|
|
62
62
|
### エラーパターン2
|
63
|
-
formula_fe = 'sales ~ netincome + roea + roeb + EntityEffects' の場合
|
63
|
+
formula_fe = 'sales ~ netincome + roea + roeb + TimeEffects + EntityEffects' の場合
|
64
64
|
```
|
65
65
|
ValueError Traceback (most recent call last)
|
66
66
|
<ipython-input-166-f37de24251bb> in <module>
|