Time-series list command
tslist [varlist] [if exp] [in range] [, notimevar list_options]
tslist is for use with time-series data. You must tsset your data before using these routines, and in addition set a time-series format for the time variable.
Description
tslist is a wrapper for list that will automatically suppress the observation number and place separator lines according to the frequency of the data: every four lines for quarterly data, every twelve lines for monthly, every ten lines for annual, etc. The time variable (that established with tsset will be included as the first variable.
Options
Options available to list may be specified.
The notimevar option specifies that the time variable (that established by tsset is not to be included.
Examples
. webuse wpi1 . tslist wpi ln_wpi
. webuse air2 . format t %tm . tslist air
. webuse klein . tsset yr . format yr %ty . tslist consump wagepriv
Authors
Christopher F. Baum (baum@bc.edu), Boston College Michael S. Hanson (mshanson@wesleyan.edu), Wesleyan University
Acknowledgements
We received useful suggestions from Nicholas J. Cox.
Also see help for list, format