Hi,
A print.summary.lm method would be amazing.
I am using summary(x)$coef right now, which also works nicely, just as with kable but much cleaner!
However, eventually there might be value in creating a specific method method such that you could simple enter:
<<model1>>=
summary(lm(y ~ X, data=df))
@
Which would then print a formatted table.
Thanks!
Hi,
A print.summary.lm method would be amazing.
I am using
summary(x)$coefright now, which also works nicely, just as withkablebut much cleaner!However, eventually there might be value in creating a specific method method such that you could simple enter:
Which would then print a formatted table.
Thanks!