A simple simulation function to simulate some test data.

mvsusie_sim1(
  n = 200,
  p = 500,
  r = 2,
  s = 4,
  center_scale = FALSE,
  y_missing = NULL
)

Arguments

n

Number of samples to simulate.

p

Number of features to simulate.

r

Number of conditions to simulate.

s

Number of effect variables per condition if greater than 1; otherwise, proportion of effect variables per condition if less than 1.

center_scale

Describe what input argument "center" is for.

y_missing

Describe what input argument "y_missing" is for.

Value

Describe the outputs here.