-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
27 lines (19 loc) · 1.04 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
output: github_document
---
# Likelihood Explore
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/likelihoodExplore)](https://cran.r-project.org/package=likelihoodExplore)
[![](http://cranlogs.r-pkg.org/badges/grand-total/likelihoodExplore)](https://cran.r-project.org/package=likelihoodExplore)
[![Travis-CI Build Status](https://travis-ci.org/BenBarnard/likelihoodExplore.svg?branch=master)](https://travis-ci.org/BenBarnard/likelihoodExplore)
[![codecov](https://codecov.io/gh/BenBarnard/likelihoodExplore/branch/master/graph/badge.svg)](https://codecov.io/gh/BenBarnard/likelihoodExplore)
## Overview
likelihoodExplore is meant to be an educational package to explore likelihood functions and likelihoodbased methods.
## Installation
You can install the latest development version from github with
```{r, eval = FALSE}
if (packageVersion("devtools") < 1.6) {
install.packages("devtools")
}
devtools::install_github("benbarnard/likelihoodExplore")
```
If you encounter a clear bug, please file a minimal reproducible example on github.