Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pharmcat/metidafreq.jl
Metida frequency tables.
https://github.com/pharmcat/metidafreq.jl
Last synced: about 13 hours ago
JSON representation
Metida frequency tables.
- Host: GitHub
- URL: https://github.com/pharmcat/metidafreq.jl
- Owner: PharmCat
- License: mit
- Created: 2021-03-24T17:47:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T18:54:17.000Z (7 months ago)
- Last Synced: 2024-10-05T17:09:34.675Z (about 1 month ago)
- Language: Julia
- Size: 300 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MetidaFreq.jl
This program comes with absolutely no warranty. No liability is accepted for any loss and risk to public health resulting from use of this software.
| Status | Cover | Build | Docs |
|--------|-------|-------|------|
|[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)|[![codecov](https://codecov.io/gh/PharmCat/MetidaFreq.jl/branch/main/graph/badge.svg?token=5Y2OJ9SJIE)](https://codecov.io/gh/PharmCat/MetidaFreq.jl)|[![Tier 1](https://github.com/PharmCat/MetidaFreq.jl/actions/workflows/Tier1.yml/badge.svg?branch=main)](https://github.com/PharmCat/MetidaFreq.jl/actions/workflows/Tier1.yml)|[![Latest docs](https://img.shields.io/badge/docs-latest-blue.svg)](https://pharmcat.github.io/MetidaFreq.jl/dev/) [![Stable docs](https://img.shields.io/badge/docs-stable-blue.svg)](https://pharmcat.github.io/MetidaFreq.jl/stable/)|Metida frequency tables.
## Installation
```
import Pkg; Pkg.add(url = "https://github.com/PharmCat/MetidaFreq.jl.git")
```## Using
Contingency table from tabular data
```
MetidaFreq.contab(freqdat, :row, :col)
```## See also
* [https://github.com/nalimilan/FreqTables.jl](https://github.com/nalimilan/FreqTables.jl)