Minute of the hour of the observation.
Syntax: @minute
Return: series
Returns the minute of the hour (0-59) associated with each observation in the workfile.
• If the workfile is of lower than minute frequency, all observations will be set to 0.
• If the workfile is undated, observations will be set to -1.
Examples
series dt = @minute
saves the minute of the hour into the series DT.
The command
smpl if @hourf >= 50
sets the sample to only include the last 10 minutes of each hour.
Cross-references