Skip to content

pinduzera/genlogis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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')