Description Usage Arguments Details Examples
Manipulation Global Options for discRD
1 2 3 | set_optDiscRD(basemod, covmod, ...)
clear_optDiscRD()
|
basemod |
two-sided formula with outcome variables on lhs and running variable on rhs |
covmod |
(list of) one-sided formulas with covariates used in regression analysis on rhs. |
... |
Other global options as follows:
|
If set_optDiscRD
passes empty arguments, return current options.
clear_optDiscRD
reset the global option value to the initial one.
1 2 3 4 5 6 | ## Not run:
set_optDiscRD(y1 + y2 ~ run, discRD.cutoff = 45)
clear_optDiscRD()
set_optDiscRD()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.