R/orig_stock_wide.R

#' Short time series of mean stock prices.
#' 
#' Mean stock price indicators in three countries over 
#' six consecutive quarters. The data appear in wide-format
#' 
#' @name orig_stock_wide
#' @docType data
#' @usage data(orig_stock_wide)
#' @return A data frame with 6 rows and 5 variables.
#' @note The  data set contains the following fields:
#' \describe{
#' \item{Year.}{Year.}
#' \item{Quarter.}{Quarter.}
#' \item{USA.}{Mean stock price in the USA.}
#' \item{UK.}{Mean stock price in the UK.}
#' \item{Germany.}{Mean stock price in Germany.}}
#' @aliases orig_stock_wide
#' @keywords datasets
#' @examples
#' data(orig_stock_wide)
NULL

Try the nclRintroduction package in your browser

Any scripts or data that you put into this service are public.

nclRintroduction documentation built on May 2, 2019, 4:46 p.m.