R/frencheconomy.R

#' frencheconomy
#'
#'
#' Data for import activity in the French economy. The data have been analyzed in Chatterjee and Hadi (2015). 
#'
#' @docType data
#'
#' @usage data(frencheconomy)
#'
#' @format A data frame with 5 columns and 18 rows. The columns are:
#' \itemize{
#' \item{YEAR: }{Year.}
#' \item{IMPORT: }{Import.}
#' \item{DOPROD: }{Domestic production.}
#' \item{STOCK: }{Stock formation.}
#' \item{CONSUM: }{Domestic consumption.}
#' }
#' @details The dependent variable is import (IMPORT), domestic production (DOPROD), stock formation (STOCK), and domestic consumption (CONSUM). All variables are measured in billions of French francs for the years 1949 to 1966.  
#'
#' @keywords datasets
#'
#' @references Chatterjee, S. and A. S. Hadi (2015). Regression Analysis by Example (5th ed.). New York: John Wiley & Sons.
#'
#'
#' @examples
#' data(frencheconomy)
"frencheconomy"
julianfaraway/brinla documentation built on April 6, 2023, 2:33 p.m.