Arguments
- beta_fun
(function) a function to define coefficients used in linear combinations of predictor variables.
beta_funmust accept three inputs namedx_node,y_nodeandw_node, and should expect the following types and dimensions:x_node(matrix;nrows,pcolumns)y_node(matrix;nrows,2columns)w_node(matrix;nrows,1column)
In addition,
beta_funmust return a matrix with p rows and 1 column. If any of these conditions are not met,orsf_control_custom()will let you know.- ...
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(),
orsf_control_cph(),
orsf_control_fast(),
orsf_control_net()
