2020-07-14 11:16:03 +02:00
|
|
|
% Generated by roxygen2: do not edit by hand
|
|
|
|
|
% Please edit documentation in R/writeMixtureInfo.R
|
|
|
|
|
\name{writeMixtureInfo}
|
|
|
|
|
\alias{writeMixtureInfo}
|
|
|
|
|
\title{Write Mixture Info}
|
|
|
|
|
\usage{
|
|
|
|
|
writeMixtureInfo(
|
|
|
|
|
logml,
|
|
|
|
|
rowsFromInd,
|
|
|
|
|
data,
|
|
|
|
|
adjprior,
|
|
|
|
|
priorTerm,
|
|
|
|
|
outPutFile,
|
|
|
|
|
inputFile,
|
|
|
|
|
partitionSummary,
|
|
|
|
|
popnames,
|
2020-10-19 13:44:18 +02:00
|
|
|
fixedK
|
2020-07-14 11:16:03 +02:00
|
|
|
)
|
|
|
|
|
}
|
|
|
|
|
\arguments{
|
|
|
|
|
\item{logml}{logml}
|
|
|
|
|
|
|
|
|
|
\item{rowsFromInd}{rowsFromInd}
|
|
|
|
|
|
|
|
|
|
\item{data}{data}
|
|
|
|
|
|
|
|
|
|
\item{adjprior}{adjprior}
|
|
|
|
|
|
|
|
|
|
\item{priorTerm}{priorTerm}
|
|
|
|
|
|
|
|
|
|
\item{outPutFile}{outPutFile}
|
|
|
|
|
|
|
|
|
|
\item{inputFile}{inputFile}
|
|
|
|
|
|
|
|
|
|
\item{partitionSummary}{partitionSummary}
|
|
|
|
|
|
|
|
|
|
\item{popnames}{popnames}
|
|
|
|
|
|
|
|
|
|
\item{fixedK}{fixedK}
|
|
|
|
|
}
|
|
|
|
|
\description{
|
|
|
|
|
Writes information about the mixture
|
|
|
|
|
}
|