Skip to content
Snippets Groups Projects
Select Git revision
  • 322ea8187aa244814570029fd3bb64bec69cef74
  • master default
  • v0.1.11.1
  • v0.1.11
  • v0.1.10.1
  • v0.1.10
  • v0.1.9.8
  • v0.1.9.7
  • v0.1.9.6
  • v0.1.2
  • v0.1.1
  • v0.1
12 results

plots.rst

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    gfc.Rd 1.06 KiB
    % Generated by roxygen2: do not edit by hand
    % Please edit documentation in R/gfc.R
    \docType{data}
    \name{gfc}
    \alias{gfc}
    \title{Gross domestic products for Europe and United States of America (time-series data)}
    \format{
    A tibble with 60 rows and 3 variables:
    \describe{
    \item{quarter}{chr Indication of observation date: Quarterly observation (4 per year) between the first quarter of 1995 and the last quarter of 2009.}
    \item{GDPE}{dbl Gross domestic product for the Euro Area standardized so that the value of GDP is equal to 100 in 2000.}
    \item{GDPU}{dbl Gross domestic product for the United States standardized so that the value of GDP is equal to 100 in 2000.}
    }
    }
    \source{
    Hill, Griffiths and Lim: \verb{Principles of Econometrics (4e)}
    
    Original data: Statistical Bulletin, Reserve Bank of Australia
    
    \url{http://sourceforge.net/projects/gretl/files/datafiles/POE4data.tar.gz/download}
    }
    \usage{
    gfc
    }
    \description{
    60 quarterly observations (1995q1 - 2009q4) of GDP for Europe and USA. Standardized so that the value of GDP is equal to 100 in 2000.
    }
    \keyword{datasets}