The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
The goal of EstimationTools
is to provide tools and
routines for maximum likelihood estimation of probability density/mass
functions in R
.
You can install the latest version (4.0.0) of
EstimationTools
typing the following command lines in
R
console:
if (!require('devtools')) install.packages('devtools')
::install_github('Jaimemosg/EstimationTools', force = TRUE)
devtoolslibrary(EstimationTools)
Or you can install the released version (4.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).
You can visit our estimation vignette to see the examples.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.