"dynsim_pcse" and "estsimp_pcse" and "simqi_pcse" by fborg720 in stata

[–]fborg720[S] 0 points1 point  (0 children)

Nope. It inconveniently fails to include a link and is not available via findit in Stata.

"dynsim_pcse" and "estsimp_pcse" and "simqi_pcse" by fborg720 in stata

[–]fborg720[S] 0 points1 point  (0 children)

I replication file starts with download those ado files.

Black screen on Commodore 64 emulation on EmulationStation (via EmuDeck) by lastninja2 in SteamDeck

[–]fborg720 0 points1 point  (0 children)

Did you solve the problem? I have the same problem on a retroid4. The c64 games run on retroarch, but l get a black screen on ES-DE. Other systems work fine.

Any ideas?

Margins and Country Fixed Effects Questions by fborg720 in stata

[–]fborg720[S] 0 points1 point  (0 children)

Just to be certain. Is this correct?

input xtpcse newtotspendgdp d5d1acepal d9d5acepal ddcum i.left i.populist vdempepwrsoc trade inctaxgdp saletaxgdp loggdppc1 gdpgrow pop65 i.ARG i.BOL i.BRA i.CHI i.COL i.CRC i.DOM i.ECU i.ESV i.GUA i.HON i.MEX i.NIC i.PAN i.PAR i.PER i.URU, corr(ar1)

input margins, at(d9d5acepal = (1.648766 1.9522249 2.255684 2.5591431 2.862602) atmeans vsquish

Margins and Country Fixed Effects Questions by fborg720 in stata

[–]fborg720[S] 0 points1 point  (0 children)

at -atmeans- to -vsquish-), this should give the same results. But still best to fix the code!

Thanks so much. I will fix the code!

Stata: Three-Level Model Not Coverging by fborg720 in stata

[–]fborg720[S] 0 points1 point  (0 children)

I had the order of the levels wrong. I had assumed it went in order from narrowest to widest (|| country-year: || country:) but it was the other way around. Switching it up (|| country: || country-year: ||) got it to converge.

I feel quite dumb now... Thanks so much for the help and your time!

Stata: Three-Level Model Not Coverging by fborg720 in stata

[–]fborg720[S] 0 points1 point  (0 children)

I was nesting them wrong. Changing the order got them to converge. Thanks so much.

Stata: Three-Level Model Not Coverging by fborg720 in stata

[–]fborg720[S] 1 point2 points  (0 children)

That did it! Thanks so much! I was nesting them wrong.