Skip to content

This package provides routines for parameter estimation for any probability density or mass function implemented in R via maximum likelihood given a data set, with or without covariates. 🔍💻

master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
 
 
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Lifecycle: maturing Travis build status AppVeyor Build Status CRAN_Status_Badge Project Status: Active – The project has reached a stable, usable state and is being actively developed. CRAN_Download_Badge Licence

EstimationTools

The goal of EstimationTools is to provide a routine for parameter estimation of probability density/mass functions in R.

Edit (27/07/2020) – We have implemented new tools and we have performed some deep modifications in our summary method for maxlogL objects. You can find out in our changelog.

Installation

You can install the latest version (2.0.1) of EstimationTools typing the following command lines in R console:

if (!require('devtools')) install.packages('devtools')
devtools::install_github('Jaimemosg/EstimationTools', force = TRUE)
library(EstimationTools)

Or you can install the released version (2.0.0) from CRAN if you prefer. You can also type the following command lines in R console:

install.packages("EstimationTools")

You can visit the package website to explore the functions reference and our vignettes (articles).

Examples

You can visit our estimation vignette to see the examples.

About

This package provides routines for parameter estimation for any probability density or mass function implemented in R via maximum likelihood given a data set, with or without covariates. 🔍💻

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.