Skip to content
Snippets Groups Projects
Commit 93062298 authored by Bartke, Simon's avatar Bartke, Simon
Browse files

Documentation of datasets completed. To do: package documentation.

parent 44523508
Branches
No related tags found
No related merge requests found
...@@ -8,5 +8,7 @@ ...@@ -8,5 +8,7 @@
#' \item{l}{dbl Labor input} #' \item{l}{dbl Labor input}
#' \item{q}{dbl Output} #' \item{q}{dbl Output}
#' } #' }
#' @source \url{http://sourceforge.net/projects/gretl/files/datafiles/POE4data.tar.gz/download)} #' @source Hill, Griffiths and Lim: ``Principles of Econometrics (4e)``
#'
#' \url{http://sourceforge.net/projects/gretl/files/datafiles/POE4data.tar.gz/download}
"cobb_douglas" # Name Ihres Datensatzes "cobb_douglas" # Name Ihres Datensatzes
...@@ -11,5 +11,9 @@ ...@@ -11,5 +11,9 @@
#' \item{xtra_x5}{dbl An artifically generated variable used to illustrate the effect of irrelevant variables.} #' \item{xtra_x5}{dbl An artifically generated variable used to illustrate the effect of irrelevant variables.}
#' \item{xtra_x6}{dbl A second artifically generated variable used to illustrate the effect of irrelevant variables.} #' \item{xtra_x6}{dbl A second artifically generated variable used to illustrate the effect of irrelevant variables.}
#' } #' }
#' @source{Mroz, T. A. (1987). The Sensitivity of an Empirical Model of Married Women`s Hours of Work to Economic and Statistical Assumptions. Econometrica, 55(4), 765-799.} \url{http://sourceforge.net/projects/gretl/files/datafiles/POE4data.tar.gz/download} #' @source Hill, Griffiths and Lim: ``Principles of Econometrics (4e)``
#'
#' Mroz data: Mroz, T. A. (1987). The Sensitivity of an Empirical Model of Married Women`s Hours of Work to Economic and Statistical Assumptions. Econometrica, 55(4), 765-799.
#'
#' \url{http://sourceforge.net/projects/gretl/files/datafiles/POE4data.tar.gz/download}
"eduinc" # Name Ihres Datensatzes "eduinc" # Name Ihres Datensatzes
#' Kurze Beschreibung des Datensatzes (hier eigene Beschreibung ergaenzen) #' Food expenditures vs. income cross-section data
#' #'
#' Etwas laengere Beschreibung des Datensatzes (hier eigene Besachreibung ergaenzen) #' A data set that relates food expenditure to income taken from Hill, Griffiths and Lim: Principles of Econometrics (4e)
#' #'
#' @format A tibble with 40 rows and 3 variables: #' @format A tibble with 40 rows and 3 variables:
#' \describe{ #' \describe{
#' \item{X}{dbl ?} #' \item{X}{dbl A variable that denominates the respective observation}
#' \item{food_exp}{dbl ?} #' \item{food_exp}{dbl Weekly food expenditure in $}
#' \item{income}{dbl ?} #' \item{income}{dbl Weekly income in $100}
#' } #' }
#' @source \url{Quellangabe (hier beispielsweise als Link)} #' @source Hill, Griffiths and Lim: ``Principles of Econometrics (4e)``
#'
#' \url{http://sourceforge.net/projects/gretl/files/datafiles/POE4data.tar.gz/download}
"food" # Name Ihres Datensatzes "food" # Name Ihres Datensatzes
#' Kurze Beschreibung des Datensatzes (hier eigene Beschreibung ergaenzen) #' Gross domestic products for Europe and United States of America (time-series data)
#' #'
#' Etwas laengere Beschreibung des Datensatzes (hier eigene Besachreibung ergaenzen) #' 60 quarterly observations (1995q1 - 2009q4) of GDP for Europe and USA. Standardized so that the value of GDP is equal to 100 in 2000.
#' #'
#' @format A tibble with 60 rows and 3 variables: #' @format A tibble with 60 rows and 3 variables:
#' \describe{ #' \describe{
#' \item{quarter}{chr Angabe des Beobachtungszeitpunkts: Quartalsweise Beobachtung (4 pro Jahr) zwischen dem ersten Quartal 1995 und dem letzten Quartal 2009} #' \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 ?} #' \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 ?} #' \item{GDPU}{dbl Gross domestic product for the United States standardized so that the value of GDP is equal to 100 in 2000.}
#' } #' }
#' @source \url{Quellangabe (hier beispielsweise als Link)} #' @source Hill, Griffiths and Lim: ``Principles of Econometrics (4e)``
#'
#' Original data: Statistical Bulletin, Reserve Bank of Australia
#'
#' \url{http://sourceforge.net/projects/gretl/files/datafiles/POE4data.tar.gz/download}
"gfc" # Name Ihres Datensatzes "gfc" # Name Ihres Datensatzes
#' Kurze Beschreibung des Datensatzes (hier eigene Beschreibung ergaenzen) #' Phillips cureve data for Australia (time-series data)
#' #'
#' Etwas laengere Beschreibung des Datensatzes (hier eigene Besachreibung ergaenzen) #' Quarterly (1987Q1 - 2009Q3) time-series data for Australian Phillips curve.
#' #'
#' @format A tibble with 91 rows and 3 variables: #' @format A tibble with 91 rows and 3 variables:
#' \describe{ #' \describe{
#' \item{obs}{chr ?} #' \item{obs}{chr Indication of observation date: Quarterly observation (4 per year) between the first quarter of 1987 and the third quarter of 2009.}
#' \item{inf}{dbl ?} #' \item{inf}{dbl Australian Inflation Rate (Percentage Change in the Consumer Price Index with an adjustment for 2000Q3 when a national sales tax was introduced)}
#' \item{u}{dbl ?} #' \item{u}{dbl Australian Unemployment Rate (Seasonally adjusted)}
#' } #' }
#' @source \url{Quellangabe (hier beispielsweise als Link)} #' @source Hill, Griffiths and Lim: ``Principles of Econometrics (4e)``
#'
#' Reserve Bank of Australia
#'
#' \url{http://sourceforge.net/projects/gretl/files/datafiles/POE4data.tar.gz/download}
"phillips" # Name Ihres Datensatzes "phillips" # Name Ihres Datensatzes
#' Kurze Beschreibung des Datensatzes (hier eigene Beschreibung ergaenzen) #' Quantity of money and price level (time-series data)
#' #'
#' Etwas laengere Beschreibung des Datensatzes (hier eigene Besachreibung ergaenzen) #' Data to analyze the relationship between the quantity of money (as M3) in the economy and the aggregate price level (GDP deflator).
#' #'
#' @format A tibble with 180 rows and 3 variables: #' @format A tibble with 180 rows and 3 variables:
#' \describe{ #' \describe{
#' \item{obs}{chr ?} #' \item{obs}{chr Indication of observation date: Quarterly observation (4 per year) between the first quarter of 1961 and the last quarter of 2005.}
#' \item{m}{dbl ?} #' \item{m}{dbl Percentage change in M3 (a measure of the quantity of money)}
#' \item{p}{dbl ?} #' \item{p}{dbl Percentage change in the GDP deflator (a measure of aggregate price)}
#' } #' }
#' @source \url{Quellangabe (hier beispielsweise als Link)} #' @source Hill, Griffiths and Lim: ``Principles of Econometrics (4e)``
#'
#' International Financial Statistics, International Monetary Fund
#'
#' \url{http://sourceforge.net/projects/gretl/files/datafiles/POE4data.tar.gz/download}
"qtm" # Name Ihres Datensatzes "qtm" # Name Ihres Datensatzes
...@@ -13,7 +13,9 @@ A tibble with 33 rows and 3 variables: ...@@ -13,7 +13,9 @@ A tibble with 33 rows and 3 variables:
} }
} }
\source{ \source{
\url{http://sourceforge.net/projects/gretl/files/datafiles/POE4data.tar.gz/download)} Hill, Griffiths and Lim: \verb{Principles of Econometrics (4e)}
\url{http://sourceforge.net/projects/gretl/files/datafiles/POE4data.tar.gz/download}
} }
\usage{ \usage{
cobb_douglas cobb_douglas
......
...@@ -16,7 +16,11 @@ A tibble with 428 rows and 6 variables: ...@@ -16,7 +16,11 @@ A tibble with 428 rows and 6 variables:
} }
} }
\source{ \source{
{Mroz, T. A. (1987). The Sensitivity of an Empirical Model of Married Women`s Hours of Work to Economic and Statistical Assumptions. Econometrica, 55(4), 765-799.} \url{http://sourceforge.net/projects/gretl/files/datafiles/POE4data.tar.gz/download} Hill, Griffiths and Lim: \verb{Principles of Econometrics (4e)}
Mroz data: Mroz, T. A. (1987). The Sensitivity of an Empirical Model of Married Women`s Hours of Work to Economic and Statistical Assumptions. Econometrica, 55(4), 765-799.
\url{http://sourceforge.net/projects/gretl/files/datafiles/POE4data.tar.gz/download}
} }
\usage{ \usage{
eduinc eduinc
......
...@@ -3,22 +3,24 @@ ...@@ -3,22 +3,24 @@
\docType{data} \docType{data}
\name{food} \name{food}
\alias{food} \alias{food}
\title{Kurze Beschreibung des Datensatzes (hier eigene Beschreibung ergaenzen)} \title{Food expenditures vs. income cross-section data}
\format{ \format{
A tibble with 40 rows and 3 variables: A tibble with 40 rows and 3 variables:
\describe{ \describe{
\item{X}{dbl ?} \item{X}{dbl A variable that denominates the respective observation}
\item{food_exp}{dbl ?} \item{food_exp}{dbl Weekly food expenditure in $}
\item{income}{dbl ?} \item{income}{dbl Weekly income in $100}
} }
} }
\source{ \source{
\url{Quellangabe (hier beispielsweise als Link)} Hill, Griffiths and Lim: \verb{Principles of Econometrics (4e)}
\url{http://sourceforge.net/projects/gretl/files/datafiles/POE4data.tar.gz/download}
} }
\usage{ \usage{
food food
} }
\description{ \description{
Etwas laengere Beschreibung des Datensatzes (hier eigene Besachreibung ergaenzen) A data set that relates food expenditure to income taken from Hill, Griffiths and Lim: Principles of Econometrics (4e)
} }
\keyword{datasets} \keyword{datasets}
...@@ -3,22 +3,26 @@ ...@@ -3,22 +3,26 @@
\docType{data} \docType{data}
\name{gfc} \name{gfc}
\alias{gfc} \alias{gfc}
\title{Kurze Beschreibung des Datensatzes (hier eigene Beschreibung ergaenzen)} \title{Gross domestic products for Europe and United States of America (time-series data)}
\format{ \format{
A tibble with 60 rows and 3 variables: A tibble with 60 rows and 3 variables:
\describe{ \describe{
\item{quarter}{chr Angabe des Beobachtungszeitpunkts: Quartalsweise Beobachtung (4 pro Jahr) zwischen dem ersten Quartal 1995 und dem letzten Quartal 2009} \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 ?} \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 ?} \item{GDPU}{dbl Gross domestic product for the United States standardized so that the value of GDP is equal to 100 in 2000.}
} }
} }
\source{ \source{
\url{Quellangabe (hier beispielsweise als Link)} 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{ \usage{
gfc gfc
} }
\description{ \description{
Etwas laengere Beschreibung des Datensatzes (hier eigene Besachreibung ergaenzen) 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} \keyword{datasets}
...@@ -3,22 +3,26 @@ ...@@ -3,22 +3,26 @@
\docType{data} \docType{data}
\name{phillips} \name{phillips}
\alias{phillips} \alias{phillips}
\title{Kurze Beschreibung des Datensatzes (hier eigene Beschreibung ergaenzen)} \title{Phillips cureve data for Australia (time-series data)}
\format{ \format{
A tibble with 91 rows and 3 variables: A tibble with 91 rows and 3 variables:
\describe{ \describe{
\item{obs}{chr ?} \item{obs}{chr Indication of observation date: Quarterly observation (4 per year) between the first quarter of 1987 and the third quarter of 2009.}
\item{inf}{dbl ?} \item{inf}{dbl Australian Inflation Rate (Percentage Change in the Consumer Price Index with an adjustment for 2000Q3 when a national sales tax was introduced)}
\item{u}{dbl ?} \item{u}{dbl Australian Unemployment Rate (Seasonally adjusted)}
} }
} }
\source{ \source{
\url{Quellangabe (hier beispielsweise als Link)} Hill, Griffiths and Lim: \verb{Principles of Econometrics (4e)}
Reserve Bank of Australia
\url{http://sourceforge.net/projects/gretl/files/datafiles/POE4data.tar.gz/download}
} }
\usage{ \usage{
phillips phillips
} }
\description{ \description{
Etwas laengere Beschreibung des Datensatzes (hier eigene Besachreibung ergaenzen) Quarterly (1987Q1 - 2009Q3) time-series data for Australian Phillips curve.
} }
\keyword{datasets} \keyword{datasets}
...@@ -3,22 +3,26 @@ ...@@ -3,22 +3,26 @@
\docType{data} \docType{data}
\name{qtm} \name{qtm}
\alias{qtm} \alias{qtm}
\title{Kurze Beschreibung des Datensatzes (hier eigene Beschreibung ergaenzen)} \title{Quantity of money and price level (time-series data)}
\format{ \format{
A tibble with 180 rows and 3 variables: A tibble with 180 rows and 3 variables:
\describe{ \describe{
\item{obs}{chr ?} \item{obs}{chr Indication of observation date: Quarterly observation (4 per year) between the first quarter of 1961 and the last quarter of 2005.}
\item{m}{dbl ?} \item{m}{dbl Percentage change in M3 (a measure of the quantity of money)}
\item{p}{dbl ?} \item{p}{dbl Percentage change in the GDP deflator (a measure of aggregate price)}
} }
} }
\source{ \source{
\url{Quellangabe (hier beispielsweise als Link)} Hill, Griffiths and Lim: \verb{Principles of Econometrics (4e)}
International Financial Statistics, International Monetary Fund
\url{http://sourceforge.net/projects/gretl/files/datafiles/POE4data.tar.gz/download}
} }
\usage{ \usage{
qtm qtm
} }
\description{ \description{
Etwas laengere Beschreibung des Datensatzes (hier eigene Besachreibung ergaenzen) Data to analyze the relationship between the quantity of money (as M3) in the economy and the aggregate price level (GDP deflator).
} }
\keyword{datasets} \keyword{datasets}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment