modl.tsToDataFrame: Ts to data frame transformation

Description Usage Arguments Value Author(s) Examples

Description

Transform a ts object into a data frame using the given formula.

Usage

1

Arguments

tserie

A ts object.

formula

An integer vector. Contains the indexes from the tserie wich will indicate how to extract the features. The last value will be the class index. Default value: c(1:16). Has to be length 6 minimum.

Value

the time serie as data frame

Author(s)

Alberto Vico Moreno

Examples

1
2

predtoolsTS documentation built on May 2, 2019, 5:54 a.m.