#> F-statistic: 29.43 on 5 and 26 DF, p-value: 6.379e-10
where you can see the statistical output, including the model significance, fit-of-goodness, residual and standard error, coefficients and according statistical test, and the modeling equation used. Generally that’s what we see from most of the software output. If you’re a good statistician it looks okay, but we can extend it a little further by transform the output.
Here we round the value to specified number of decimal places, changed the column names, modified the P value to an easy reading format, and added backgroud color to highlight the significant cofficients, and you can do more in your imagination since it’s HTML table and CSS can be customized by yourself.
Does it look good 🙂
Citation
See details on the below two packages,
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#>
#> To cite package 'broom' in publications use:
#>
#> David Robinson (2016). broom: Convert Statistical Analysis
#> Objects into Tidy Data Frames. R package version 0.4.1.
#> https://CRAN.R-project.org/package=broom
#>
#> A BibTeX entry for LaTeX users is
#>
#> @Manual{,
#> title = {broom: Convert Statistical Analysis Objects into Tidy Data Frames},
近期评论