Learn R Programming

mixAR (version 0.22.8)

PortfolioData1: Closing prices of four stocks

Description

Closing prices of four stocks.

Usage

data("PortfolioData1")

Arguments

Format

A data frame with 867 observations on the following 4 variables.

DELL

numeric, Dell Technologies Inc.

MSFT

numeric, Microsoft Corporation.

INTC

numeric, Intel Corporation.

IBM

numericr, International Business Machine Corporation.

Details

Time series of daily adjusted close prices of the above stocks from 2 January 2016 to 29 January 2020 (867 observations).

Examples

Run this code
data(PortfolioData1)
dim(PortfolioData1)
head(PortfolioData1)

Run the code above in your browser using DataLab