simulate_3D_data: Simulate 3D Data

View source: R/SDA_3D.R

simulate_3D_dataR Documentation

Simulate 3D Data

Description

The function generates 3D data with N individuals, L variables and P replicates.

Usage

simulate_3D_data(N, L, P, ncomps)

Arguments

N

integer, the number of individuals.

L

integer, the number of variables.

P

integer, the number of replicates.

ncomps

integer, the number of components.

Value

data list, a list containing the generated data including Y, A, B, X, and noise.


eisascience/scCustFx documentation built on June 2, 2025, 3:59 a.m.