simulate_mvt_poisson | R Documentation |
Simulate multivariate Poisson data with a given correlation matrix structure using Gaussian copulas
simulate_mvt_poisson(
n = 1000,
d = 4,
param,
offsets = NULL,
type = "unstructured",
block_indices = NULL
)
n |
Number of observations to simulate |
d |
Dimension of variables to simulate |
param |
Named list ( |
offsets |
If needed, a matrix of offsets (optional) |
type |
Type of correlation matrix structure to be simulated:
|
block_indices |
For |
data |
Matrix of simulated data |
param |
True parameter values used to simulate data |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.