rkdevine | R Documentation |
Simulate from a kdevine object
rkdevine(n, obj, quasi = FALSE)
n |
number of observations. |
obj |
a |
quasi |
logical; the default ( |
An n x d
matrix of simulated data from the kdevine
object.
kdevine
,
rkdevinecop
,
rkde1d
# load and plot data
data(wdbc)
# estimate density
fit <- kdevine(wdbc[, 5:7], xmin = rep(0, 3))
# plot simulated data
pairs(rkdevine(nrow(wdbc), fit))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.