[Gmm-commits] r126 - in pkg/gmm4: data man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Jun 27 21:57:00 CEST 2018
Author: chaussep
Date: 2018-06-27 21:57:00 +0200 (Wed, 27 Jun 2018)
New Revision: 126
Added:
pkg/gmm4/data/ManufactCost.rda
pkg/gmm4/man/ManufactCost.Rd
Log:
added a dataset from Greene
Added: pkg/gmm4/data/ManufactCost.rda
===================================================================
(Binary files differ)
Property changes on: pkg/gmm4/data/ManufactCost.rda
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: pkg/gmm4/man/ManufactCost.Rd
===================================================================
--- pkg/gmm4/man/ManufactCost.Rd (rev 0)
+++ pkg/gmm4/man/ManufactCost.Rd 2018-06-27 19:57:00 UTC (rev 126)
@@ -0,0 +1,40 @@
+\name{ManufactCost}
+\alias{ManufactCost}
+\docType{data}
+\title{
+ Manufacturing Costs data from Bernt and Wood (1975)
+}
+\description{
+The data is used to reproduce examples of Greene (2012)
+}
+\usage{data("ManufactCost")}
+\format{
+ A data frame with 25 observations on the following 10 variables.
+ \describe{
+ \item{\code{Year}}{a numeric vector}
+ \item{\code{Cost}}{a numeric vector}
+ \item{\code{K}}{a numeric vector}
+ \item{\code{L}}{a numeric vector}
+ \item{\code{E}}{a numeric vector}
+ \item{\code{M}}{a numeric vector}
+ \item{\code{Pk}}{a numeric vector}
+ \item{\code{Pl}}{a numeric vector}
+ \item{\code{Pe}}{a numeric vector}
+ \item{\code{Pm}}{a numeric vector}
+ }
+}
+
+\source{
+ On Greene (2012) online resources.
+}
+\references{
+ Berndt, E. and Wood, D. (1975), \emph{Technology, Prices, and the
+ Derived Demand for Energy}, Review of Economics and Statistics,
+ Vol. 57, 376--384.
+
+Green, W.H.. (2012). \emph{Econometric Analysis, 7th edition}, Prentice Hall.
+}
+\examples{
+data(ManufactCost)
+}
+\keyword{datasets}
More information about the Gmm-commits
mailing list