forensicolors
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
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
Metadata Files
README.md
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
- Repositories: 3
- Profile: https://github.com/MarsicoFL
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
- Homepage: https://github.com/MarsicoFL/forensicolors
- Documentation: http://cran.r-project.org/web/packages/forensicolors/forensicolors.pdf
- License: GPL (≥ 3)
-
Latest release: 1.0.0
published about 2 years ago
Rankings
Maintainers (1)
Dependencies
- R >= 2.10 depends
- dplyr * imports
- forrel * imports
- ggplot2 * imports
- pedtools * imports
- plotly * imports