qualvar

An R package that implements Implements Indices of Qualitative Variation proposed by Wilcox (1973)

https://github.com/joelgombin/qualvar

Science Score: 10.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
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.1%) to scientific vocabulary

Keywords

measure r statistics
Last synced: 10 months ago · JSON representation

Repository

An R package that implements Implements Indices of Qualitative Variation proposed by Wilcox (1973)

Basic Info
Statistics
  • Stars: 2
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
measure r statistics
Created almost 11 years ago · Last pushed over 8 years ago
Metadata Files
Readme

README.md

Travis-CI Build Status DOI

What is this package about?

In 1973, Wilcox published a paper presenting various indices of qualitative variation for social scientists. The problem is to find relevant statistical indices to measure the variation in nominal-scale (i.e. qualitative or categorical) data. Please see the Wilcox paper for more details on the rationale.

Wilcox presents six indices that can be used to measure qualitative variation. The qualvar package implements these indices so that R users can easily use them.

See the vignette to learn more.

Installation

This package is now on CRAN, you can install the stable version with:

{r} install.packages("qualvar")

You can also install the development version from Github via devtools:

```{r}

if necessary, install devtools

install.packages("devtools")

devtools::install_github("joelgombin/qualvar") ```

Owner

  • Name: Joel Gombin
  • Login: joelgombin
  • Kind: user
  • Location: Marseille
  • Company: @datactivist

Datactivist, datacrafstman

GitHub Events

Total
Last Year

Committers

Last synced: 11 months ago

All Time
  • Total Commits: 29
  • Total Committers: 1
  • Avg Commits per committer: 29.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Joel Gombin j****n@g****m 29

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total 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
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
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

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

Implements Indices of Qualitative Variation Proposed by Wilcox (1973)

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 161 Last month
Rankings
Dependent repos count: 23.9%
Downloads: 24.2%
Average: 27.1%
Forks count: 27.8%
Dependent packages count: 28.7%
Stargazers count: 30.9%
Maintainers (1)
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • R >= 2.10 depends
  • stats * imports
  • DT * suggests
  • GGally * suggests
  • dplyr * suggests
  • ggplot2 * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • tidyr * suggests