質問編集履歴

4

標題

2021/11/06 14:15

投稿

jiro260260
jiro260260

スコア25

test CHANGED
@@ -1 +1 @@
1
- 【Stata】reghdfeのサンプルコードを実行してもsyntax errorが出力されてしまう
1
+ 【Stata】reghdfeのサンプルコードを実行してもsyntaxエラーが出力されてしまう
test CHANGED
File without changes

3

タイトル

2021/11/06 14:15

投稿

jiro260260
jiro260260

スコア25

test CHANGED
@@ -1 +1 @@
1
- 【Stata】reghdfeの使い方
1
+ 【Stata】reghdfeのサンプルコードを実行してもsyntax errorが出力されてしまう
test CHANGED
File without changes

2

変更

2021/11/05 14:36

投稿

jiro260260
jiro260260

スコア25

test CHANGED
File without changes
test CHANGED
@@ -1,16 +1,20 @@
1
1
  Stataを用いたパネルデータ分析をしようと思っています。
2
2
 
3
- reghdfeで固定効果ントールしたパネル分析をしようと思っいますが、構文エラーとなってしまいます。
3
+ reghdfeをトールして、helpにある通りのコード実行しようとエラーが出力されてしまいます。
4
-
5
- ネットで調べてもどこが間違っているのか分かりません。
6
-
7
- どなたかご教示頂けますと幸いです。
8
4
 
9
5
 
10
6
 
11
7
  ```Stata
12
8
 
9
+ sysuse auto
10
+
13
- reghdfe income height education, absorb(id)
11
+ reghdfe price weight length, absorb(rep78)
12
+
13
+ ```
14
+
15
+
16
+
17
+ <出力結果>
14
18
 
15
19
  invalid syntax
16
20
 
@@ -18,7 +22,7 @@
18
22
 
19
23
  r(198);
20
24
 
21
- ```
25
+
22
26
 
23
27
 
24
28
 

1

コード

2021/11/05 14:21

投稿

jiro260260
jiro260260

スコア25

test CHANGED
File without changes
test CHANGED
@@ -12,6 +12,12 @@
12
12
 
13
13
  reghdfe income height education, absorb(id)
14
14
 
15
+ invalid syntax
16
+
17
+ (error occurred while loading reghdfe.ado)
18
+
19
+ r(198);
20
+
15
21
  ```
16
22
 
17
23