drkowal / lmabc

https://drkowal.github.io/lmabc/
GNU General Public License v3.0
0 stars 0 forks source link

Add props to summary statement #26

Closed prayaggordy closed 8 months ago

prayaggordy commented 8 months ago

May need to update both summary.lmabc and print.summary.lmabc. May need to implement print.summary.lmabc from scratch.

prayaggordy commented 8 months ago

Can probably just add it at the end; print.summary.lm returns invisible, so capture and add to it then cat.

prayaggordy commented 8 months ago

Add to summary return so people can $ and grab it.

prayaggordy commented 8 months ago

Add parameter show_props set to TRUE by default.

prayaggordy commented 8 months ago

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.

prayaggordy commented 8 months ago

Also return the full design matrix in getConstraints().