Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/muschellij2/mcclust.ext

Copy of mcclust.ext Package
https://github.com/muschellij2/mcclust.ext

Last synced: 19 days ago
JSON representation

Copy of mcclust.ext Package

Awesome Lists containing this project

README

        

---
output: github_document
---


**NOTE** This package is a copy of the package from http://wrap.warwick.ac.uk/71934/ and will not be maintained.

[![Travis build status](https://travis-ci.org/muschellij2/mcclust.ext.svg?branch=master)](https://travis-ci.org/muschellij2/mcclust.ext)
[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/muschellij2/mcclust.ext?branch=master&svg=true)](https://ci.appveyor.com/project/muschellij2/mcclust.ext)

```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# mcclust.ext

The goal of mcclust.ext is to provide point estimation and credible balls for Bayesian cluster analysis.

## Installation

You can install the released version of mcclust.ext from [CRAN](https://CRAN.R-project.org) with:

``` r
devtools::install_url("http://wrap.warwick.ac.uk/71934/1/mcclust.ext_1.0.tar.gz")
```

And the development version from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("muschellij2/mcclust.ext")
```