GetSimResults_Dir {CJIVE}R Documentation

Retrieve simulation results

Description

Retrives and compiles results from simulation study which are stored in a directory. A directory should contain separate .csv files (one per replicate), each of which will include all evaluation metrics and most experimental settings for that particular replicate. For the CJIVE manuscript, a directory houses results of all 100 replicates for each combination of experimental factors.

Usage

GetSimResults_Dir(sim.dir, p1, p2, Preds = FALSE)

Arguments

sim.dir

(character string) file path for the directory from which results will be retrieved

p1

number of features in data set 1

p2

number of features in data set 2

Preds

(logical) do the replicate results contain correlations between predicted and true joint subject scores. Default is FALSE

Value

upper triangular p-by-p matrix


[Package CJIVE version 0.1.0 Index]