File: mclust-deprecated.Rd

package info (click to toggle)
r-cran-mclust 6.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,540 kB
  • sloc: fortran: 13,298; ansic: 201; sh: 4; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 749 bytes parent folder | download | duplicates (3)
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
28
\name{mclust-deprecated}
\alias{cv.MclustDA}
\alias{cv1EMtrain}
\alias{bicEMtrain}

\title{Deprecated Functions in mclust package}

\description{
  These functions are provided for compatibility with older versions of the \pkg{mclust}
  package only, and may be removed eventually. 
}

\usage{
cv.MclustDA(\dots)
cv1EMtrain(data, labels, modelNames=NULL)
bicEMtrain(data, labels, modelNames=NULL)
}

\arguments{
  \item{\dots}{pass arguments down.}
  \item{data}{A numeric vector or matrix of observations.}
  \item{labels}{Labels for each element or row in the dataset.}
  \item{modelNames}{Vector of model names that should be tested.
                    The default is to select all available model names.}

}

\seealso{\code{\link{deprecated}}}