Description Usage Arguments Details Value
This function generates data.table
which consists of Monte Carlo sets.
1 |
rand |
Random sample generator function with parameter n |
N |
Sample size in each MC sample |
M |
Number of MC samples |
mcname |
column name of the MC sample. By default, |
xname |
column name of the data. By default, |
char |
Indicator for MC sample, "s" by default. Distinguished by suffix number. |
... |
additional arguments for |
This function prepares for data.table
group operation.
By grouping mc
column, MC simulation can be easily done.
data.table
with two columns. x
is generated samples and mc
indicates the MC sample.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.