-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
30 lines (19 loc) · 982 Bytes
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
output: github_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo =T)
```
# R genlogis
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/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) <https://www.rroij.com/open-access/on-new-generalized-logistic-distributions-and-applicationsbarreto-fhs-mota-jma-and-rathie-pn-.pdf>.
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')
```