View source: R/constraint.sets.r
| combine.cset | R Documentation |
Constraint specifications
combine.cset(
clist = c("sum", "lo", "box", "groups", "mu.target", "turnover.hobbs", "turnover",
"propcost"),
returns = returns,
list.arg = list(sum = NULL, mu.target = NULL, w.initial = NULL, toc = NULL, upper =
NULL, lower = NULL, group = NULL, upper.group = NULL, lower.group = NULL, ptc = NULL),
verbose = T
)
Kirk Li kirkli@stat.washington.edu
Other constraints:
cset.box(),
cset.fixed(),
cset.groups(),
cset.lo(),
cset.mu.target(),
cset.propcost(),
cset.sum(),
cset.turnover.hobbs(),
cset.turnover(),
propcost.modify(),
turnover.hobbs.modify(),
turnover.modify()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.