Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
mmRmeta/man/rerun_mclust.Rd
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
19 lines (18 sloc)
637 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% Generated by roxygen2: do not edit by hand | |
% Please edit documentation in R/verify_mclust.R | |
\name{rerun_mclust} | |
\alias{rerun_mclust} | |
\title{Rerun Mclust} | |
\usage{ | |
rerun_mclust(mclust_result, correct_proportion = FALSE, simple = T) | |
} | |
\arguments{ | |
\item{correct_proportion}{Logical - if Mclust is run because of invalid proportion | Default = FALSE} | |
\item{mclust}{Mclust Results} | |
} | |
\description{ | |
When the result of mclust with unequal variance returns mixed classification, then rerun again with equal variance. Also rerun if min_proportion is not fulfilled. | |
} | |
\details{ | |
This function is called by \code{\link[mmRmeta]{correct_output}} | |
} |