#NickCox

2025-02-10

#StataTip: variable lists selected by "*" select all variables. To select all but a few (e.g. "year") write --ds year, not-- and get all variables but the one specified (results stored in local `r(varlist)') – thank you #NickCox!

Asjad Naqvi :stata:asjadnaqvi@econtwitter.net
2023-04-15

And #NickCox, was ahead of the curve with his "eqprhistogram" command, already back in 1999, which he last updated in 2003:

---
RT @asjadnaqvi
@kwekuoa @joachim_voth Nick Cox wrote a command for this, "eqprhistogram", back in 1999:

clear
ssc install eqprhistogram, replace
set obs 10000
gen double x = rnormal()
eqprhistogram x, bin(50)
twitter.com/AsjadNaqvi/status/

Asjad Naqvi :stata:asjadnaqvi@econtwitter.net
2022-12-01

Just discovered yet another awesome #NickCox burn.

I should also start using such language in Stata help files, e.g.

"For those lacking aesthetic sense, please do not touch the default values."

StataTeX Blogstatatexblog
2022-11-02

: variable lists selected by "*" select all variables. To select all but a few (e.g. "year") write --ds year, not-- and get all variables but the one specified (results stored in local `r(varlist)') – thank you !

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst