coef.fmri_lm | R Documentation |
This function extracts model coefficients (estimates) from an fmri_lm
object.
## S3 method for class 'fmri_lm'
coef(object, type = c("betas", "contrasts"), recon = FALSE, ...)
object |
An |
type |
The type of coefficients to extract: |
recon |
Logical. If |
... |
Additional arguments (currently unused). |
A tibble or matrix of coefficients.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.