Dear all,
I would like to list the values of a single observation such that for each variable the observation's value is displayed on its own row. The display format should look something like this:
The reason I would like to list a single observation like this is that my panel dataset contains annual balance sheet data for thousands of companies for multiple years. Therefore, I would like to be able to quickly take a look at a certain company's say 2018 balance sheet in a more standard data format than that displayed with official Stata's -list- command or the user written -listblck- command.
Is there an official or user written command available that allows me to plot single observations like this? Or would it somehow be possible to -browse- certain observations in transposed form?
Thanks,
Daniel
I would like to list the values of a single observation such that for each variable the observation's value is displayed on its own row. The display format should look something like this:
v1 | "ABC" |
v2 | 400 |
v3 | 250 |
Is there an official or user written command available that allows me to plot single observations like this? Or would it somehow be possible to -browse- certain observations in transposed form?
Thanks,
Daniel
Comment