new_FRAModel: Constructor of FRAModel S3 object

Description Usage Arguments Value

View source: R/class_SCRCmodel.R

Description

Constructor of FRAModel S3 object

Usage

1
new_FRAModel(data, signal, response, sample)

Arguments

data

A data.frame or data.table object in a wide format that describe response (might be multidimmensional) of the samples to the signal (now only one dimmensional). Data.frame data consists columns of names defined by sample, signal (optional), and response. Each row represents a response of one sample to the input signal. Column signal define the input signal (now only in one-dimmension). Columns response define the multidimmensional (optional) response to the input signal. Column sample specify identifaction of sample. If sample is not defined then sample is identified by row number.

signal

character, specify name of the column that represents the input signal

response

vector of chartacters, that specify names of the columns that represents the output response

sample

character (optional), specify name of the column that consists identifiaction of sample

Value

FRAModel S3 object with


sysbiosig/SCRC documentation built on July 9, 2021, 9:22 p.m.