get_lm: Calculate coefficients and standard errors

View source: R/glm_fitting.R

get_lmR Documentation

Calculate coefficients and standard errors

Description

Calculate coefficients and standard errors

Usage

get_lm(mdf, x, inverted_dm, resid_df, robust = FALSE)

Arguments

mdf

model matrix

x

data to be modelled (matrix of trials x channels)

inverted_dm

inverted matrix - unscaled covariance

resid_df

residual degrees of freedom for the model

robust

Use heteroskedasticity-consistent covariance (HC3).


craddm/eegUtils documentation built on March 24, 2022, 9:17 a.m.