selectData {DSAM}R Documentation

Select specific split data

Description

Built-in function: This function decides whether to process the input dataset according to the parameter include.inp. If TRUE, this function removes Column 1 of the input dataset; otherwise, it returns the Column N of the data set.

Usage

selectData(data, control)

Arguments

data

The dataset should be matrix or Data.frame. The format should be as follows: Column one is a subscript vector used to mark each data point (each row is considered as a data point); Columns from 2 to N-1 are the input data, and Column N are the output data.

control

User-defined parameter list, where each parameter definition refers to the par.default function.

Value

Returns a matrix for subsequent calculations.


[Package DSAM version 1.0.2 Index]