Skip to content

rettopnivek/mle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mle

A R package with a collection of useful functions for carrying out maximum likelihood estimation. The package streamlines calls to R's base optimization routines.

Getting started

Prerequisites

The program R ( version >= 2.4 )

Installation

To easily install the 'mle' package, you'll need the 'devtools' package:

install.packages("devtools")
library(devtools)

The 'mle' package can be installed via the following commands:

install_github("rettopnivek/mle")

Authors

Kevin Potter

License

MIT

About

Convenience functions for maximum likelihood estimation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages