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 (7.7%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
generalized logistic distribution
Basic Info
- Host: GitHub
- Owner: pinduzera
- Language: R
- Default Branch: master
- Homepage: https://pinduzera.github.io/genlogis/
- Size: 4.08 MB
Statistics
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 3
Created about 9 years ago
· Last pushed over 2 years ago
Metadata Files
Readme
README.Rmd
---
output: github_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo =T)
```
# R genlogis
[](https://cran.r-project.org/package=genlogis)
This package provides basic distribution functions for a generalized logistic distribution proposed by Rathie and Swamee (2006) .
It also has an interactive 'RStudio' plot for better guessing dynamically of initial values for ease of included optimization and simulating.
It was build as an academic work at University of Brasília (UnB) with the supervision of Dr. Eduardo Monteiro.
## Installing
```{r main, eval=F, echo = T, include=T}
# To install the package
install.packages("genlogis")
# If you want the version from GitHub:
# install.packages("devtools")
devtools::install_github('pinduzera/genlogis')
```
Owner
- Name: Eduardo Ochetski Hellas
- Login: pinduzera
- Kind: user
- Location: Brasília, DF, Brazil
- Company: SAS (@sassoftware)
- Website: http://pinduzera.github.io/
- Repositories: 1
- Profile: https://github.com/pinduzera
Statistician (UnB 2017). R enthusiast. Data visualizer aspirant.
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 10 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 248 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 4
- Total maintainers: 1
cran.r-project.org: genlogis
Generalized Logistic Distribution
- Homepage: https://pinduzera.github.io/genlogis/
- Documentation: http://cran.r-project.org/web/packages/genlogis/genlogis.pdf
- License: GPL-3
-
Latest release: 1.0.2
published over 2 years ago
Rankings
Dependent packages count: 29.8%
Dependent repos count: 35.5%
Average: 44.1%
Downloads: 66.9%
Maintainers (1)
Last synced:
10 months ago
Dependencies
.github/workflows/pkgdown.yaml
actions
- 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
DESCRIPTION
cran
- R >= 3.2.0 depends
- foreach * depends
- ggplot2 * depends
- stats * depends
- distr * imports
- doParallel * imports
- manipulate * imports
- parallel * imports
- tcltk * imports