simu_data_sparse: Simulate high dimension data for RBSL algorithm validation.

Description Usage Arguments Value

View source: R/RBSL.R

Description

Simulate high dimension data for RBSL algorithm validation.

Usage

1
simu_data_sparse(n, bet, pr, sigma)

Arguments

n

Patient number.

bet

The coefficient matrix.

pr

A vector of probability threshold which simulate the sampling based on uniform distribution.

sigma

A vector of noise level. The length should be equal to the component number.

Value

A list object consist of x, y, true cluster label.


RobMixReg documentation built on Aug. 5, 2020, 5:08 p.m.