likelihoodtools
Tools for managing results from Maximum Likelihood Estimation (MLE) using the likelihood package.
Science Score: 39.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
Found .zenodo.json file -
✓DOI references
Found 1 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (18.4%) to scientific vocabulary
Keywords
pkg
Last synced: 6 months ago
·
JSON representation
Repository
Tools for managing results from Maximum Likelihood Estimation (MLE) using the likelihood package.
Basic Info
- Host: GitHub
- Owner: ajpelu
- License: gpl-3.0
- Language: R
- Default Branch: main
- Homepage: https://ajpelu.github.io/likelihoodTools/
- Size: 3.39 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
- Releases: 0
Topics
pkg
Created over 1 year ago
· Last pushed 12 months ago
Metadata Files
Readme
Changelog
License
Codemeta
README.Rmd
---
output: github_document
bibliography: inst/references.bib
csl: inst/ecology.csl
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# likelihoodTools
# Managing Maximum Likelihood Estimation Results
`r badger::badge_cran_release()`  [](https://github.com/ajpelu/likelihoodTools/actions/workflows/R-CMD-check.yaml) [](https://app.codecov.io/gh/ajpelu/likelihoodTools)
`r badger::badge_lifecycle("stable")`
`r badger::badge_repostatus("Active")`
[](https://cranlogs.r-pkg.org/badges/grand-total/likelihoodTools)
[](https://www.gnu.org/licenses/gpl-3.0)
The likelihoodTools package provides functions for managing and exploring parameter
estimation results derived from Maximum Likelihood Estimation (MLE) using the
[likelihood](https://CRAN.R-project.org/package=likelihood) package. This package simplifies analysis workflows by offering
functions that support the organization, visualization, and summary of MLE
outcomes, aiding in deeper statistical insights.
The package is designed to simplify the exploration and interpretation of MLE results,
providing a comprehensive set of tools for managing parameter estimation outcomes.
## Installation
You can install the development version of likelihoodTools from
[GitHub](https://github.com/) with:
``` r
# install.packages("pak")
pak::pak("ajpelu/likelihoodTools")
```
## Usage
See the [Get Started vignette](https://ajpelu.github.io/likelihoodTools/articles/get_started.html) for a comprehensive introduction to the package.
### Key Features
- Tools for organizing MLE outputs.
- Functions to explore, visualize, and interpret parameter estimation results.
- Integrations with dplyr and ggplot2 for efficient data manipulation and visualization.
### A litle of history
The likelihood package was developed initially by [Charles Canham](https://www.caryinstitute.org/science/our-scientists/dr-charles-d-canham)
and [Lora Murphy](https://www.caryinstitute.org/lora-murphy) from the [Cary Institute
of Ecosystem Studies](https://www.caryinstitute.org/) (Milbrook, NY, US).
The package was designed to facilitate the use of maximum likelihood estimation in R,
using simulated annealing as the optimization routine. The implementation of simulated
annealing was adapted from @Goffeetal1994GlobalOptimization, and allows bounded searches.
The likelihood package has been used in multiple scientific studies to explore
various aspects of tree forest ecology worldwide [*e.g*. @CanhamUriarte2006AnalysisNeighborhood;@GomezAparicioetal2009ArePine;@GeaIzquierdoetal2013GrowthProjections;@Canhametal2006NeighborhoodAnalyses;@GomezAparicioetal2011DisentanglingRelative;@FernandezdeUnaetal2015StandCompetition]. Despite its broad use,
it has lacked user-friendly tools for managing and exploring parameter estimation
results. This gap inspired the development of the likelihoodTools package
## Citation
If using this package, please cite it:
```{r comment=NA}
library("likelihoodTools")
citation("likelihoodTools")
```
## Funding
Antonio J. Pérez-Luque received funding from the Spanish Ministry of Science and
Innovation through the Juan de la Cierva postdoctoral fellowship program.
Grant JDC2022-050056-I funded by MCIN/AEI/ 10.13039/501100011033 and by “European Union NextGenerationEU/PRTR


## References
Owner
- Name: Antonio J Perez-Luque
- Login: ajpelu
- Kind: user
- Location: Granada (Spain)
- Website: ajperezluque.com/
- Repositories: 98
- Profile: https://github.com/ajpelu
Ecologist. Applied Statistics. Ecoinformatics. @ecoinf_AEET
CodeMeta (codemeta.json)
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "likelihoodTools",
"description": "Tools for manage and explore the results of the Maximum Likelihood parameter Estimation generated with the 'likelihood' pkg. ",
"name": "likelihoodTools: Tools for manage results from Maximum Likelihood Estimation",
"codeRepository": "https://github.com/ajpelu/likelihoodTools",
"issueTracker": "https://github.com/ajpelu/likelihoodTools/issues/",
"license": "https://spdx.org/licenses/MIT",
"version": "0.1.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.3.3 (2024-02-29)",
"author": [
{
"@type": "Person",
"givenName": "Antonio Jesús",
"familyName": "Pérez-Luque",
"email": "ajpelu@gmail.com",
"@id": "https://orcid.org/0000-0002-1747-0469"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Antonio Jesús",
"familyName": "Pérez-Luque",
"email": "ajpelu@gmail.com",
"@id": "https://orcid.org/0000-0002-1747-0469"
}
],
"softwareRequirements": {
"1": {
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": ">= 3.5.0"
},
"2": {
"@type": "SoftwareApplication",
"identifier": "dplyr",
"name": "dplyr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=dplyr"
},
"3": {
"@type": "SoftwareApplication",
"identifier": "ggplot2",
"name": "ggplot2",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=ggplot2"
},
"4": {
"@type": "SoftwareApplication",
"identifier": "likelihood",
"name": "likelihood",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=likelihood"
},
"SystemRequirements": null
},
"fileSize": "32.629KB"
}
GitHub Events
Total
- Issues event: 3
- Delete event: 1
- Issue comment event: 1
- Push event: 79
- Pull request event: 2
- Create event: 2
Last Year
- Issues event: 3
- Delete event: 1
- Issue comment event: 1
- Push event: 79
- Pull request event: 2
- Create event: 2
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 0
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: 22 minutes
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: 22 minutes
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- ajpelu (5)
Pull Request Authors
- ajpelu (1)
Top Labels
Issue Labels
enhancement (1)
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 175 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
- Total maintainers: 1
cran.r-project.org: likelihoodTools
Managing Results from Maximum Likelihood Estimation
- Homepage: https://github.com/ajpelu/likelihoodTools
- Documentation: http://cran.r-project.org/web/packages/likelihoodTools/likelihoodTools.pdf
- License: GPL (≥ 3)
-
Latest release: 1.0.0
published 12 months ago
Rankings
Dependent packages count: 27.1%
Forks count: 29.0%
Dependent repos count: 33.4%
Stargazers count: 37.1%
Average: 42.7%
Downloads: 87.0%
Maintainers (1)
Last synced:
6 months ago
Dependencies
DESCRIPTION
cran
- R >= 2.10 depends