Object Reference : Object View and Procedure Reference : Alpha
  
 
sheet
Spreadsheet view of an alpha series object.
Syntax
alpha_name.sheet(options)
Options
 
w
Wide. In a panel this will switch to the unstacked form of the panel (dates along the side, cross-sections along the top).
t
Transpose.
a
All observations (ignore sample).
nl
Do not display labels.
p
Print the spreadsheet view.
Examples
a1.sheet
displays the spreadsheet view of the alpha series A1.
a1.sheet(t)
displays the observations in A1 in the current sample in a wide spreadsheet.
a1.sheet(nl)
shows the series without labels.
a1.sheet(a)
shows all of the observations in the workfile.
Cross-references
See “Alpha Series” for a discussion of the spreadsheet view of alpha series.