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).


neuroconductor/eegUtils documentation built on Feb. 3, 2023, 5:33 p.m.