| simulate.kdecopula | R Documentation | 
kdecop() fit.See rkdecop().
## S3 method for class 'kdecopula'
simulate(object, nsim = 1, seed = NULL, quasi = FALSE, ...)
| object | an object of class  | 
| nsim | integer; number of observations. | 
| seed | integer;  | 
| quasi | logical; the default ( | 
| ... | unused. | 
Simulated data from the fitted kdecopula model.
data(wdbc)
udat <- apply(wdbc[, -1], 2, function(x) rank(x) / (length(x) + 1))
fit <- kdecop(udat[, 5:6])
plot(simulate(fit, 500))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.