Hi, suppose I have a local list, e.g.,
local mylist "equity allocation equity equity allocation bond"
Note that the word "equity" occurs three times, "allocation" twice, "bond" once.
How do I create a table of frequencies, e.g.,
equity 3
allocation 2
bond 1
Thanks so much for your help!
Best,
John
local mylist "equity allocation equity equity allocation bond"
Note that the word "equity" occurs three times, "allocation" twice, "bond" once.
How do I create a table of frequencies, e.g.,
equity 3
allocation 2
bond 1
Thanks so much for your help!
Best,
John

Comment