Description Usage Arguments Value See Also Examples
The output accessor access the output matrices and lists
used for RIF and PCIT analysis to both conditions resulted from
runAnalysis
function analysis.
1 2 3 4 | OutputData(x, analysis = "rif", type = "tab")
## S4 method for signature 'CeTF'
OutputData(x, analysis = "rif", type = "tab")
|
x |
|
analysis |
Type of analysis: rif, pcit1, pcit2. The numbers 1 and 2 correspond to the respective condition (default: rif). |
type |
Type of matrix for PCIT output: tab, adj_raw or adj_sig (default: tab). |
Returns the Outputs used for RIF and PCIT.
1 2 3 4 | # load the CeTF class object resulted from runAnalysis function
data(CeTFdemo)
OutputData(CeTFdemo)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.