R Dataset / Package evir / siemens

On this R-data statistics page, you will find information about the siemens data set which pertains to Daily Log Returns on Siemens Share Price. The siemens data set is found in the evir R package. You can load the siemens data set in R by issuing the following command at the console data("siemens"). This will load the data into a variable called siemens. If R says the siemens 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 siemens R data set. The size of this file is about 114,707 bytes.

Daily Log Returns on Siemens Share Price

Description

These data are the daily log returns on Siemens 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(siemens)

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-siemens.html" width="100%" height="100%" style="border:0px"></iframe>