Dictionary for translating StatCan model variable names
dict_statcan.Rd
A dataset containing StatCan model variable names and metadata for data retrieval.
Format
A tibble with 6 rows and 12 variables:
- model_varname
Unique variable name used in model equations
- full_name
Full description of the variable
- database
Name of the data source, here
"statcan"
- dataset_id
Identifier of the StatCan dataset
- freq
Frequency of the data, with
"m"
for monthly- geo
Geographical location, typically
"Canada"
- Seasonal adjustment
Indicates if data is seasonally adjusted, where applicable
- North American Industry Classification System (NAICS)
Classification of industries, based on NAICS
- North American Product Classification System (NAPCS)
Product classification system
- Prices
Price level for specific categories, if applicable
- Type of fuel
Specifies the type of fuel, for example
"Regular unleaded"
- Products and product groups
Specific product or group as classified by StatCan
Source
Data retrieved from StatCan, available at https://www.statcan.gc.ca/.