Closed prayaggordy closed 8 months ago
Can probably just add it at the end; print.summary.lm
returns invisible, so capture and add to it then cat
.
Add to summary return so people can $
and grab it.
Add parameter show_props
set to TRUE
by default.
In getConstraints()
return a list of Con
, pi_hat
(or props
if given) and update relevant function calls. Then return pi_hat
with the rest of the information from lmabc
.
Also return the full design matrix in getConstraints()
.
May need to update both
summary.lmabc
andprint.summary.lmabc
. May need to implementprint.summary.lmabc
from scratch.