Hi! I have been trying to export f-test table from stata to latex, but I could not find any useful command that does the job.
(estpost command only works for summary or regression tables)
The below is the f-test result.
. test 2.education = 3.education
( 1) 2.education - 3.education = 0
F( 1, 6768) = 123.14
Prob > F = 0.0000
I really appreciate if somebody can help me to export this table from stata to latex.
(estpost command only works for summary or regression tables)
The below is the f-test result.
. test 2.education = 3.education
( 1) 2.education - 3.education = 0
F( 1, 6768) = 123.14
Prob > F = 0.0000
I really appreciate if somebody can help me to export this table from stata to latex.