mne_nirs.statistics.statsmodels_to_results#

mne_nirs.statistics.statsmodels_to_results(model, order=None)[source]#

Convert statsmodels summary to a dataframe.

Parameters:
modelstatsmodels model output

The output of a statsmodels analysis. For example rlm or mixedlm.

orderarray of str

Requested order of the channels.

Returns:
dfPandas dataframe.

Data frame with the results from the stats model.

Examples using mne_nirs.statistics.statsmodels_to_results#

Group Level GLM Analysis

Group Level GLM Analysis

GLM FIR Analysis

GLM FIR Analysis

Utilising Anatomical Information

Utilising Anatomical Information