View source: R/GLM_classical.R
GLM_classical | R Documentation |
Classical GLM for fit_bayesglm (internal function)
GLM_classical(
BOLD,
design,
nK2,
nV_input,
field_names,
design_type,
valid_cols,
nT,
do_pw,
compute_SE = TRUE
)
BOLD |
BOLD timeseries in vector form (TVx1), result of |
design |
List of large sparse design matrices (each TVxV), one per regressor, result of |
nK2 , nV_input , field_names , design_type |
See |
valid_cols , nT |
See |
do_pw |
Has prewhitening been performed on the data and design? |
compute_SE |
Compute SE of model coefficients? |
A list of results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.