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
)
Number of samples to simulate.
Number of features to simulate.
Number of conditions to simulate.
Number of effect variables per condition if greater than 1; otherwise, proportion of effect variables per condition if less than 1.
Describe what input argument "center" is for.
Describe what input argument "y_missing" is for.
Describe the outputs here.