drake | R Documentation |
Drake main function
drake( sample, continuous.targets, discrete.targets, mean.targets = NULL, max.weights = 25, min.weights = 1/max.weights, maxit = 1000, initial.weights = rep(1, nrow(sample)), max.discrete.diff = 5e-04, max.mean.diff = 0.001, max.con.diff = 0.01, subset = rep(T, nrow(sample)), debug = F, cap.every.var = F )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.