Skip to content

Commit

Permalink
github readme
Browse files Browse the repository at this point in the history
readme
  • Loading branch information
pinduzera committed Mar 20, 2018
1 parent 511c4aa commit 4b23699
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
output: github_document

---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo =T)
```

# R genlogis

[![CRAN_Status_Badge](http://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')
```

25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

# R genlogis

[![CRAN\_Status\_Badge](http://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
# To install the package
install.packages("genlogis")

# If you want the version from GitHub:
# install.packages("devtools")
devtools::install_github('pinduzera/genlogis')
```

0 comments on commit 4b23699

Please sign in to comment.