View source: R/simulation_functions.R
simulate | R Documentation |
simulate function to simulate a similar data set with similar correlation matrix. modified from source code written by Tibor V. Varga from https://github.com/Tirgit/missCompare
simulate(rownum, colnum, corMat)
rownum |
number of rows of the original data matrix |
colnum |
number of columns of the original data matrix |
corMat |
correlation matrix. |
a matrix of the original size of your data matrix with simulated values (normalized)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.