InputData-methods: Input data accessor for a CeTF class object.

Description Usage Arguments Value See Also Examples

Description

The input accessor access the input matrices used for RIF and PCIT analysis to both conditions resulted from runAnalysis function analysis.

Usage

1
2
3
4
InputData(x, analysis = "rif")

## S4 method for signature 'CeTF'
InputData(x, analysis = "rif")

Arguments

x

CeTF-class object

analysis

Type of analysis: rif, pcit1, pcit2. The numbers 1 and 2 correspond to the respective condition (default: rif).

Value

Returns the Inputs used for RIF and PCIT.

See Also

runAnalysis.

Examples

1
2
3
4
# load the CeTF class object resulted from runAnalysis function
data(CeTFdemo)

InputData(CeTFdemo)

CeTF documentation built on Nov. 25, 2020, 2 a.m.