coef.RobSBoosting {GEInter} | R Documentation |
Extract coefficients from a "RobSBoosting" object
Description
This function extracts coefficients from a RobSBoosting model, using the stored
"RobSBoosting"
object.
Usage
## S3 method for class 'RobSBoosting'
coef(object, ...)
Arguments
object |
Fitted |
... |
Not used. Other arguments to get coefficients. |
Value
intercept |
The intercept estimate. |
unique_variable |
A matrix with two columns that represents the variables that are selected
for the model after removing the duplicates, since the |
unique_coef |
Coefficients corresponding to |
unique_knots |
A list of knots corresponding to |
unique_Boundary.knots |
A list of boundary knots corresponding to |
unique_vtype |
A vector representing the variable type of |
estimation_results |
A list of estimation results for each variable. Here, the first
|
References
Mengyun Wu and Shuangge Ma. Robust semiparametric gene-environment interaction analysis using sparse boosting. Statistics in Medicine, 38(23):4625-4641, 2019.
See Also
RobSBoosting
, and predict
, and plot
methods.