Siid | R Documentation |
Class for independent and identically distributed (iid) samples
Siid(data, varnames = colnames(data))
data |
: an iid output matrix with nsim rows and p columns |
varnames |
: a character string equal to the number of columns in |
an Siid class object
# Generating iid data
chain <- matrix(rnorm(3*1e3), nrow = 1e3, ncol = 3)
siid.obj <- Siid(chain)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.