drake: Drake main function

View source: R/drake.R

drakeR Documentation

Drake main function

Description

Drake main function

Usage

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
)

jon-mellon/drake documentation built on March 19, 2022, 10:40 p.m.