mtable
.setCoefTemplate(...)
getCoefTemplate(style)
getSummaryTemplate(x)
setSummaryTemplate(...)
"lm"
or "glm"
;
if left empty, all summary templates are returned.mtable
is by default selected from the coef.style
setting of options
,
"factory-fresh" setting being options(coef.style="default")
. The appearance of factor levels in an mtable
can be influenced by the factor.style
setting of options
.
The "factory-fresh" setting is options(factor.style="($f): ($l)")
,
where ($f)
stands for the factor name and ($l)
stands
for the factor level. In case of treatment contrasts, the baseline level
will also appear in an mtable
separated from the current
factor level by the baselevel.sep
setting of options
.
The "factory-fresh" setting is options(baselevel.sep="-")
,
Users may specify additional coefficient styles by a call to setCoefTemplate
.
In order to adapt mtable
to other model classes, users need to
set a template for model summaries via a call to setSummaryTemplate
.