Command in Stata unrecognized

Viewed 22

I get the following error:

command center is unrecognized

Do I have to install something in Stata?

1 Answers

center is community-contributed (old jargon: user-written) and must be installed explicitly with

ssc install center 
Related