Skip to content

print.summary.lm method #13

@bquast

Description

@bquast

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions