zlog

z(log) transformation for laboratory values

https://github.com/ampel-leipzig/zlog

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 5 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.4%) to scientific vocabulary

Keywords

laboratory-measurements r r-package transformation zlog
Last synced: 9 months ago · JSON representation

Repository

z(log) transformation for laboratory values

Basic Info
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
laboratory-measurements r r-package transformation zlog
Created over 5 years ago · Last pushed over 3 years ago

https://github.com/ampel-leipzig/zlog/blob/main/

# zlog


[![Project Status: Active  The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![license](http://img.shields.io/badge/license-GPL%20%28%3E=%203%29-brightgreen.svg?style=flat)](http://www.gnu.org/licenses/gpl-3.0.html)
[![R build status](https://github.com/ampel-leipzig/zlog/workflows/R-CMD-check/badge.svg)](https://github.com/ampel-leipzig/zlog/actions)
[![Codecov test coverage](https://codecov.io/gh/ampel-leipzig/zlog/branch/main/graph/badge.svg)](https://codecov.io/gh/ampel-leipzig/zlog?branch=main)
[![cran checks](https://cranchecks.info/badges/worst/zlog)](https://cran.r-project.org/web/checks/check_results_zlog.html)
[![metacran version](http://www.r-pkg.org/badges/version/zlog)](http://cran.r-project.org/web/packages/zlog/index.html)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4727117.svg)](https://doi.org/10.5281/zenodo.4727117)


Transformation of Laboratory Measurements into z(log)-values

## Description

`zlog` provides functions to transform laboratory measurements into
z(log)-values based on given or empirical reference limits as proposed in
[Hoffmann et al. 2017](https://doi.org/10.1515/labmed-2016-0087).

Basic usage: https://ampel-leipzig.github.io/zlog/articles/zlog.html

## Install

You can install the latest release directly from
[CRAN](http://cran.r-project.org/package=zlog).

```r
install.packages("zlog")
```

## Install development version (not recommended)

[GitHub](https://github.com) is not directly supported by the basic
`install.packages` command. You could use the
[remotes](http://cran.r-project.org/package=remotes) package
to install the development version of `zlog`.

```r
install.packages("remotes")
remotes::install_github("ampel-leipzig/zlog")
```

## Contact

You are welcome to:

* submit suggestions and bug-reports at: 
* send a pull request on: 
* compose an e-mail to: 

Owner

  • Name: AMPEL
  • Login: ampel-leipzig
  • Kind: organization
  • Location: Leipzig

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 4
  • Total pull requests: 0
  • Average time to close issues: 12 days
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • sgibb (4)
Pull Request Authors
Top Labels
Issue Labels
enhancement (4) good first issue (2)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 163 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 2
  • Total maintainers: 1
cran.r-project.org: zlog

Z(log) Transformation for Laboratory Measurements

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 163 Last month
Rankings
Dependent repos count: 24.0%
Stargazers count: 27.8%
Forks count: 27.8%
Dependent packages count: 28.8%
Average: 32.9%
Downloads: 56.0%
Maintainers (1)
Last synced: 9 months ago

Dependencies

.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v2 composite
  • r-lib/actions/setup-pandoc v1 composite
  • r-lib/actions/setup-r v1 composite
.github/workflows/pkgdown.yaml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • r-lib/actions/setup-pandoc v1 composite
  • r-lib/actions/setup-r v1 composite
.github/workflows/test-coverage.yaml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • r-lib/actions/setup-pandoc v1 composite
  • r-lib/actions/setup-r v1 composite
DESCRIPTION cran
  • R >= 3.6.0 depends
  • kableExtra * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • survival * suggests
  • testthat * suggests