Note

This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the user guide for the big picture.

nilearn.reporting.make_glm_report

nilearn.reporting.make_glm_report(model, contrasts=None, first_level_contrast=None, title=None, bg_img='MNI152TEMPLATE', threshold=3.09, alpha=0.001, cluster_threshold=0, height_control='fpr', two_sided=False, min_distance=8.0, plot_type='slice', cut_coords=None, display_mode=None, report_dims=(800, 800))[source]

Return HTMLReport object for a report which shows all important aspects of a fitted GLM.

From release 0.15.0, make_glm_report will be deprecated in favor of glm model’s generate_report method.

Returns:
report_textHTMLReport Object

Contains the HTML code for the GLM Report.