Dear All
I want to use time series data on a weekly basis. When I try, I get the error "repeated time values in sample"

I have used the following commands

replace Date = wofd(Date)
(522 real changes made)

. format %tw Date

. tset Date
repeated time values in sample
r(451);


Please someone help on how to resolve this . I want to panel data /time series analysis for VAR or ARCH Models