I have panel data with different dates and object names.
I want to create panel var in Stata (function pvar), but I need to "tsset variables"
sort object date
by object: gen t = _n
encode object , gen(icode)
xtset icode t
I get this error message
t ambiguous abbreviation
pvarandxtsetare commands not functions. - Nick Cox