Science Score: 13.0%

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

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.3%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: MarsicoFL
  • License: gpl-3.0
  • Language: R
  • Default Branch: main
  • Size: 55.7 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme License

README.md

CRAN status

forensicolors

An open source software package written in R statistical language. It consist in a set of tools to compute likelihood ratios based on pigmentation traits. Also, it allows computing conditional probabilities for unidentified individuals based on missing person characteristics. A set of tailored plots are incoporated to analyze likelihood ratio distributions.

There execute the following commands to run a pilot analysis: ```r install.packages("forensicolors") library(forensicolors)

data <- forensicolors::simRef() conditioned <- conditionedProp(data, 1, 1, 1, 0.01, 0.01, 0.01) unconditioned <- forensicolors::refProp(data) likelihoods <- compute_LRs(conditioned, unconditioned)

plotLR(likelihoods) ```

Owner

  • Name: Franco Marsico
  • Login: MarsicoFL
  • Kind: user
  • Location: Buenos Aires, Argentina
  • Company: University of Buenos Aires

Biologist. Applied statistics.

GitHub Events

Total
Last Year

Packages

  • Total packages: 1
  • Total downloads:
    • cran 154 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
  • Total maintainers: 1
cran.r-project.org: forensicolors

Forensic Colors

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 154 Last month
Rankings
Dependent packages count: 27.8%
Dependent repos count: 35.7%
Average: 49.5%
Downloads: 84.9%
Maintainers (1)
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • R >= 2.10 depends
  • dplyr * imports
  • forrel * imports
  • ggplot2 * imports
  • pedtools * imports
  • plotly * imports