coef.PTReg | R Documentation |
This function extracts main effect and interaction coefficients from a PTReg model, using the
stored "PTReg"
object.
## S3 method for class 'PTReg' coef(object, ...)
object |
Fitted |
... |
Not used. Other arguments to get coefficients. |
The object returned depends on the ... argument which is passed on to the coef
method for PTReg
objects.
intercept |
The intercept estimate. |
alpha |
The matrix of the coefficients for main environmental effects. |
beta |
The matrix of the regression coefficients for all main genetic effects (the first row) and interactions. |
Yaqing Xu, Mengyun Wu, Shuangge Ma, and Syed Ejaz Ahmed. Robust gene-environment interaction analysis using penalized trimmed regression. Journal of Statistical Computation and Simulation, 88(18):3502-3528, 2018.
PTReg
, and predict
methods, and
bic.PTReg
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.