R Dataset / Package evir / bmw

On this R-data statistics page, you will find information about the bmw data set which pertains to Daily Log Returns on BMW Share Price. The bmw data set is found in the evir R package. You can load the bmw data set in R by issuing the following command at the console data("bmw"). This will load the data into a variable called bmw. If R says the bmw data set is not found, you can try installing the package by issuing this command install.packages("evir") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the bmw R data set. The size of this file is about 111,961 bytes.

Daily Log Returns on BMW Share Price

Description

These data are the daily log returns on BMW share price from Tuesday 2nd January 1973 until Tuesday 23rd July 1996. The data are contained in a numeric vector. The dates of each observation are contained in a times attribute, which is an object of class "POSIXct" (see DateTimeClasses). Note that these data form an irregular time series because no trading takes place at the weekend.

Usage

data(bmw)

Format

A numeric vector containing 6146 observations, with a times attribute which is a POSIXct object of the same length.

Dataset imported from https://www.r-project.org.

Attachments: csv, json

<iframe src="https://pmagunia.com/iframe/r-dataset-package-evir-bmw.html" width="100%" height="100%" style="border:0px"></iframe>