Skip to contents

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

(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.