mne_nirs.statistics.statsmodels_to_results#
- mne_nirs.statistics.statsmodels_to_results(model, order=None)[source]#
Convert statsmodels summary to a dataframe.
- Parameters:
- model
statsmodelsmodel output The output of a statsmodels analysis. For example rlm or mixedlm.
- order
arrayofstr Requested order of the channels.
- model
- Returns:
- dfPandas dataframe.
Data frame with the results from the stats model.