Description Usage Arguments Value
View source: R/simulate_data.R
Create simulated batch data for testing.
1 | simulateBatchData(N = 2500, p, theta, sds, batch, zz, df = 10)
|
N |
number of observations |
p |
a vector indicating probability of membership to each component |
theta |
a matrix of means. Columns are components and rows are batches. |
sds |
a matrix of standard deviations. Columns are components and rows are batches. |
batch |
a vector of labels indication from which batch each simulation should come from |
zz |
a vector indicating latent variable membership. Can be omitted. |
df |
length-1 numeric vector for the t-distribution degrees of freedom |
An object of class 'MultiBatchModel'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.