Hi,
I'm trying to get a table with three variables and used
but it's giving me an error:
The stata documentation here says option can be used so I'm not sure where I have gone wrong. Could someone help me out here? Thanks!
I'm using version 14.2
I'm trying to get a table with three variables and used
Code:
table y1 x round,stat(fvrawfrequency)
Code:
option stat() not allowed r(198)
I'm using version 14.2
Comment