xtsToRegressionData_OBSOLETE: Convert xts to regression-ready data frame

View source: R/xtsConversion.R

xtsToRegressionData_OBSOLETER Documentation

Convert xts to regression-ready data frame

Description

DEPRECATED. Use tidy() instead.

Usage

xtsToRegressionData_OBSOLETE(x)

Arguments

x

An xts matrix

Details

The three output columns are:

  • date - Taken from xts index

  • symbol - Taken from xts column names

  • value - Taken from the matrix cell at the intersection of date and symbol

Value

A data frame with columns date, symbol, and value


pteetor/tutils documentation built on March 29, 2025, 6:38 p.m.