estimationtools
This package provides routines for parameter estimation and model diagnostics for any probability density or mass function implemented in R via maximum likelihood given a data set, with or without covariates. Tools in this package have general applicability, especially in survival analysis and distance sampling. :mag::computer:
Science Score: 23.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
-
✓Committers with academic emails
1 of 2 committers (50.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (19.8%) to scientific vocabulary
Keywords
Repository
This package provides routines for parameter estimation and model diagnostics for any probability density or mass function implemented in R via maximum likelihood given a data set, with or without covariates. Tools in this package have general applicability, especially in survival analysis and distance sampling. :mag::computer:
Basic Info
- Host: GitHub
- Owner: Jaimemosg
- License: gpl-3.0
- Language: R
- Default Branch: master
- Homepage: https://jaimemosg.github.io/EstimationTools/
- Size: 200 MB
Statistics
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 1
- Releases: 0
Topics
Metadata Files
README.Rmd
---
output:
github_document:
pandoc_args: --webtex
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
[](https://github.com/Jaimemosg/EstimationTools/actions)
[](https://ci.appveyor.com/project/Jaimemosg/EstimationTools)
[](https://app.codecov.io/gh/Jaimemosg/EstimationTools?branch=master)
[](https://cran.r-project.org/package=EstimationTools)
[](https://cran.r-project.org/package=EstimationTools)
[](https://lifecycle.r-lib.org/articles/stages.html#maturing)
[](https://www.repostatus.org/#active)
[](https://www.gnu.org/licenses/gpl-3.0.en.html)
# EstimationTools
The goal of `EstimationTools` is to provide tools and routines for maximum likelihood estimation of probability density/mass functions in `R`.
## Installation
```{r, echo=FALSE, message=FALSE, warning=FALSE, include=FALSE}
file <- readtext::readtext('DESCRIPTION')
text <- file$text
mysubstring <- regmatches(text, gregexpr("\nVersion:(.+)\n", text, perl = TRUE))
split1 <- strsplit(mysubstring[[1]], split = '\n')
split2 <- strsplit(split1[[1]][2], split = ' ')
myversion <- split2[[1]][2]
```
You can install the latest version (`r myversion`) of `EstimationTools` typing the following command lines
in `R` console:
``` {r eval=FALSE}
if (!require('devtools')) install.packages('devtools')
devtools::install_github('Jaimemosg/EstimationTools', force = TRUE)
library(EstimationTools)
```
Or you can install the released version (4.0.0) from [CRAN](https://cran.r-project.org/package=EstimationTools) if you prefer. You can also type the following command lines
in `R` console:
```{r eval=FALSE}
install.packages("EstimationTools")
```
You can visit the [package website](https://Jaimemosg.github.io/EstimationTools/) to explore the functions reference and our vignettes (articles).
## Examples
You can visit our estimation [vignette](https://jaimemosg.github.io/EstimationTools/articles/Examples.html) to see the examples.
GitHub Events
Total
- Issues event: 1
- Push event: 11
Last Year
- Issues event: 1
- Push event: 11
Committers
Last synced: over 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Jaimemosg | j****g@u****o | 695 |
| Jaime Mosquera Gutiérrez | 3****g | 85 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 2
- Total pull requests: 0
- Average time to close issues: 5 months
- Average time to close pull requests: N/A
- Total issue authors: 2
- Total pull request authors: 0
- Average comments per issue: 1.5
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- ivangtorre (1)
- Jaimemosg (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 229 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 6
- Total maintainers: 1
cran.r-project.org: EstimationTools
Maximum Likelihood Estimation for Probability Functions from Data Sets
- Homepage: https://jaimemosg.github.io/EstimationTools/
- Documentation: http://cran.r-project.org/web/packages/EstimationTools/EstimationTools.pdf
- License: GPL-3
-
Latest release: 4.0.0
published about 3 years ago
Rankings
Maintainers (1)
Dependencies
- BBmisc * depends
- DEoptim * depends
- GA * depends
- R >= 3.5.0 depends
- gaussquad * depends
- survival * depends
- Rdpack * imports
- autoimage * imports
- boot * imports
- graphics * imports
- matrixStats * imports
- numDeriv * imports
- stats * imports
- stringr * imports
- utils * imports
- AdequacyModel * suggests
- covr * suggests
- gamlss.dist * suggests
- knitr * suggests
- lifecycle * suggests
- readr * suggests
- readtext * suggests
- rmarkdown * suggests
- spelling * suggests
- testthat >= 3.0.0 suggests
- vdiffr * suggests
- actions/cache v2 composite
- actions/checkout v2 composite
- actions/upload-artifact main composite
- r-lib/actions/setup-pandoc v1 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-tinytex v1 composite
- JamesIves/github-pages-deploy-action v4.4.1 composite
- actions/checkout v3 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- actions/cache v2 composite
- actions/checkout v2 composite
- r-lib/actions/setup-pandoc v1 composite
- r-lib/actions/setup-r v2 composite