___ ____ ____ ____ ____ ®
/__ / ____/ / ____/ 18.0
___/ / /___/ / /___/ MP—Parallel Edition
Statistics and Data Science Copyright 1985-2023 StataCorp LLC
StataCorp
4905 Lakeway Drive
College Station, Texas 77845 USA
800-STATA-PC https://www.stata.com
979-696-4600 stata@stata.com
Stata license: Unlimited-user 2-core network, expiring 8 Apr 2026
Serial number: 501809376090
Licensed to: ausa
NJU
Notes:
1. Unicode is supported; see help unicode_advice.
2. More than 2 billion observations are allowed; see help obs_advice.
3. Maximum number of variables is set to 5,000 but can be increased;
see help set_maxvar.
. use https://www.stata-press.com/data/r19/lutkepohl2
(Quarterly SA West German macro data, Bil DM, from Lutkepohl 1993 Table E.1)
. describe
Contains data from https://www.stata-press.com/data/r19/lutkepohl2.dta
Observations: 92 Quarterly SA West German macro
data, Bil DM, from Lutkepohl
1993 Table E.1
Variables: 10 4 Dec 2024 14:31
-------------------------------------------------------------------------------
Variable Storage Display Value
name type format label Variable label
-------------------------------------------------------------------------------
inv int %8.0g Investment
inc int %8.0g Income
consump int %8.0g Consumption
qtr byte %tq Quarter
ln_inv float %9.0g Log investment
dln_inv float %9.0g First-difference of ln_inv
ln_inc float %9.0g Log income
dln_inc float %9.0g First-difference of ln_inc
ln_consump float %9.0g Log consumption
dln_consump float %9.0g First-difference of ln_consump
-------------------------------------------------------------------------------
Sorted by: qtr
. tsset
Time variable: qtr, 1960q1 to 1982q4
Delta: 1 quarter
.