Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.81 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.81 KB

Lifecycle: Experimental Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. Code size Last Commit at Main R-CMD-check

(Version 0.0.0.9002, updated on 2023-03-12, release history)

out2text

(Work-in-progress. Not ready for use)

This package contain functions to extract values such as regression coefficients, p-values, confidence intervals, from common procedures such as regression conducted by lm() and format them as strings so that they can be embedded in RMarkdown or Quarto documents.

For more information on this package, please visit its GitHub page:

https://sfcheung.github.io/out2text/

Installation

Stable release versions of this package can be downloaded below:

https://github.com/sfcheung/out2text/releases

The latest developmental version of this package can be installed by remotes::install_github:

remotes::install_github("sfcheung/out2text")

Issues

If you have any suggestions and found any bugs, please feel feel to open a GitHub issue. Thanks.