glm_wrapper | R Documentation |
Fits a generalized linear model
glm_wrapper(y, x, args = list())
y |
A vector of outcome |
x |
A matrix of predictors |
args |
A list of arguments see R 'glm' function. |
A list
pval |
The p-value of the linear main effect. |
time |
elapsed time to fit the model. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.