Per the docs, the etable(..., extralines = ...) argument accepts three special leading characters for placement of extra lines:
"^" (coefficient section)
"-" (fixed effect section)
"_" (statistics section)
(Aside: A second leading character can be used to further refine placement within each section. I don't want to get into this additional character, except to say that it doesn't solve the FR I'm about to make.)
Could we add another special character for placing the extra lines in the varying slopes section of the table (i.e., distinct from the fixed-effects section)? Perhaps a "/"since it kind of resembles a sloping curve?
Hey Laurent.
Per the docs, the
etable(..., extralines = ...)
argument accepts three special leading characters for placement of extra lines:"^"
(coefficient section)"-"
(fixed effect section)"_"
(statistics section)(Aside: A second leading character can be used to further refine placement within each section. I don't want to get into this additional character, except to say that it doesn't solve the FR I'm about to make.)
Could we add another special character for placing the extra lines in the varying slopes section of the table (i.e., distinct from the fixed-effects section)? Perhaps a
"/"
since it kind of resembles a sloping curve?Merci!