SCA_cocoreg_interface: SCA projection using cocoreg interface

Description Usage Arguments Value

View source: R/common_tools.R

Description

SCA projection using cocoreg interface

Usage

1
2
SCA_cocoreg_interface(df_list, nfac = 1, type = "sca-p",
  rotation = "none", nstart = 10)

Arguments

df_list,

[1,m] list of data.frames, Input data to GFA in COCOREG format

nfac,

[1,1] int, see multiway::sca() for details

type,

string, Type of analysis, see multiway::sca() for details

rotation,

string, see multiway::sca() for details

nstart,

[1,1] int, see multiway::sca() for details

Value

A list with elements:

$data

[1,m] list of data.frames, Original data reconstructed using only those latent components that are active in all datasets

$model

list, The output of multiway::sca()

$dataid

string, Dataset identifier string

$method

string, Analysis method identifier string

$wall_time_taken

[1,1] double, Time taken to run the analysis in seconds


cocoreg documentation built on May 2, 2019, 6:48 a.m.