find_reg_coef {mars} | R Documentation |
Find regression coefficients
Description
Find regression coefficients
Usage
find_reg_coef(model_input, R, ...)
Arguments
model_input |
Model input as a character string. Multiple models need to be on their own line. See details for specification. |
R |
A correlation matrix, most likely this will be the average correlation matrix outputted from the metafor package. |
... |
Currently not used |
Value
A vector of regression coefficient estimates.
[Package mars version 0.2.2 Index]