View source: R/f07.normal.code.r
simulate8mn | R Documentation |
returns a matrix of simulated values with the variable in columns and the simulations in rows.
simulate8mn(mn, nbs, tol=1e-7)
mn |
list defining the distribution of the initial vector with
|
nbs |
number of simulations to return. |
tol |
tolerance value to be transmitted to |
Just a call to the basic function mvrnorm
. Names of the
variables are taken from those of mn$mu
, when these does not
exist, standard ones are provided.
A matrix/data frame of size : nbs x length(mn$mu)
print(simulate8mn(rbmn0mn.01, 12));
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.