eelbrain.Dataset.save_tex

Dataset.save_tex(self, path=None, fmt='%.3g', header=True, midrule=True)

Save the Dataset as TeX table.

Parameters:
path : None | str

Target file name (if None is supplied, a save file dialog is displayed). If no extension is specified, ‘.tex’ is appended.

fmt : format string

Formatting for scalar values.

header : bool

Include the varibale names as a header row.

midrule : bool

print a midrule after table header.