Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 852 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 852 Bytes

R genlogis

CRAN_Status_Badge

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

# To install the package
install.packages("genlogis")

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