https://github.com/sfcheung/out2text
Extract outputs from some common analyses and convert them to text outputs
https://github.com/sfcheung/out2text
r-packages teaching-tools
Last synced: 2 days ago
JSON representation
Extract outputs from some common analyses and convert them to text outputs
- Host: GitHub
- URL: https://github.com/sfcheung/out2text
- Owner: sfcheung
- License: gpl-3.0
- Created: 2022-10-19T23:35:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-12T14:41:26.000Z (over 2 years ago)
- Last Synced: 2025-02-13T14:18:25.063Z (8 months ago)
- Topics: r-packages, teaching-tools
- Language: R
- Homepage: https://sfcheung.github.io/out2text/
- Size: 3.88 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://www.repostatus.org/#wip)
[](https://github.com/sfcheung/out2text)
[](https://github.com/sfcheung/out2text/commits/main)
[](https://github.com/sfcheung/out2text/actions/workflows/R-CMD-check.yaml)(Version 0.0.0.9002, updated on 2023-03-12, [release history](https://sfcheung.github.io/out2text/news/index.html))
# 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`:
```r
remotes::install_github("sfcheung/out2text")
```# Issues
If you have any suggestions and found any bugs, please feel
feel to open a GitHub issue. Thanks.