Is there a way to use a local macro to specify the number of rows when displaying a matrix using matlist and rspec option?
For example, instead of
using a local macro to specify the number (11 in this case) of "&"s following the line separator in the rspec option?
For example, instead of
Code:
matlist Stats, rowtitle(Variables) cspec(o2& %24s | %9.0f & %9.2f & %9.2f o2&) rspec(&-&&&&&&&&&&&)
Comment