-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKmenta.R
25 lines (25 loc) · 1021 Bytes
/
Kmenta.R
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#' Partly Artifical Data on the U. S. Economy
#'
#' @docType data
#'
#' @usage Kmenta
#'
#' @description These are partly contrived data from Kmenta (1986), constructed
#' to illustrate estimation of a simultaneous-equation econometric model. The data
#' are an annual time-series for the U.S. economy from 1922 to 1941. The values of the
#' exogenous variables `D`, and `F`, and `A` are real, while those of the endogenous
#' variables are simulated according to the linear simultaneous equation model fit in the help
#' page for \code{link{lm2sls}}.
#'
#' @format A data frame with 20 rows and 5 columns.
#' \describe{
#' \item{Q}{food consumption per capita.}
#' \item{P}{ratio of food prices to general consumer prices.}
#' \item{D}{disposible income in constant dollars.}
#' \item{F}{ratio of preceding year's prices received by farmers to general consumer prices.}
#' \item{A}{time in years.}
#' }
#'
#' @source Kmenta, J. (1986) \emph{Elements of Econometrics, Second Edition}, Macmillan.
#'
"Kmenta"