I have used R quite a bit and I know I can use head(data[,"column"])
or head(data)
to see the first few rows/cells of data.
How can I do that in Stata?
I have used R quite a bit and I know I can use head(data[,"column"])
or head(data)
to see the first few rows/cells of data.
How can I do that in Stata?