sample.data | R Documentation |
This function generates sample data based on the provided parameters and truncation points.
sample.data(data, K, tpoints)
data |
A list of matrices representing the data. |
K |
A list of matrices representing the precision matrices for each data matrix in 'data'. |
tpoints |
A list containing two lists of matrices for lower and upper truncation points, respectively. |
A list of matrices with the sampled data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.