eelbrain.fmtxt.Table.midrule

Table.midrule(span=None)

Add a midrule

note that a toprule and a bottomrule are inserted automatically in every table.

Parameters:

span (str | sequence of int) – Add a midrule that spans less than the whole width of the table (e.g., '2-4' or (2, 4)).