Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/muschellij2/mcclust.ext
- Owner: muschellij2
- Created: 2018-04-25T19:59:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-27T23:00:34.000Z (over 6 years ago)
- Last Synced: 2024-10-16T08:22:04.695Z (2 months ago)
- Language: R
- Size: 614 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
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.extThe 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")
```