local model "reghdfe ltrade lconflict_o lconflict_d lgdpcap_o lgdpcap_d lpop_o lpop_d lexchangerate_o lexchangerate_d d wto_o wto_d year_*, absorb(country_pair)"
local k `299'
crossfold `model', `k', r2
| Pseudo-R2
-------------+-----------
est1 | .1057278
est2 | .0775754
est3 | .1167998
est4 | .1132827
est5 | .0693004
The above is my code and outcome.my k is 299, but why do the result only show est1-5? and how can I evaluate the model through the result?
local k `299'
crossfold `model', `k', r2
| Pseudo-R2
-------------+-----------
est1 | .1057278
est2 | .0775754
est3 | .1167998
est4 | .1132827
est5 | .0693004
The above is my code and outcome.my k is 299, but why do the result only show est1-5? and how can I evaluate the model through the result?

Comment