This dataset, jpn_gdp_cons_df, is a data frame containing information on Household Consumption (C) and Gross Domestic Product (GDP, denoted as Y) in Japan from 1978 to 2007. The data is useful for analyzing structural breaks under heteroskedasticity.
data(jpn_gdp_cons_df)A data frame with 30 observations and 3 variables:
Calendar year (integer)
Household Consumption (integer)
Gross Domestic Product (GDP) (integer)
The dataset name has been kept as 'jpn_gdp_cons_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the JapanAPIs package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame. The original content has not been modified in any way.