orsf_control_custom {aorsf} | R Documentation |
Custom ORSF control
Description
Usage
orsf_control_custom(beta_fun, ...)
Arguments
beta_fun |
(function) a function to define coefficients used
in linear combinations of predictor variables.
In addition, |
... |
Further arguments passed to or from other methods (not currently used). |
Value
an object of class 'orsf_control'
, which should be used as
an input for the control
argument of orsf.
See Also
linear combination control functions
orsf_control_cph()
,
orsf_control_fast()
,
orsf_control_net()
,
orsf_control()