I've literally spent 2 hours Googling this. How <moderator edit> is this so hard?!?! I just want a list of the corresponding numerical values of each variable. I'm so freaking frustrated. Something like
Civic - 1
VW Gofl - 2
F-150 - 3
And after that, is there a way to get stata to recognize words instead of numbers? Like if I use inlist(), can I make it so I can write inlist(model, Civic, VW Golf, F-150) instead of inlist(model, 1, 2, 3)
Thanks
Civic - 1
VW Gofl - 2
F-150 - 3
And after that, is there a way to get stata to recognize words instead of numbers? Like if I use inlist(), can I make it so I can write inlist(model, Civic, VW Golf, F-150) instead of inlist(model, 1, 2, 3)
Thanks
Comment