Fits a linear model to each timepoint using lm().

fit_glm(formula, data, ...)

Arguments

formula

A regression formula for a GLM. See ?formula

data

An eegUtils object.

...

Any other arguments passed to (LM/GLM)