-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathsummary.MclustDR.Rd
38 lines (27 loc) · 1.1 KB
/
summary.MclustDR.Rd
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
29
30
31
32
33
34
35
36
37
38
\name{summary.MclustDR}
\alias{summary.MclustDR}
\alias{print.summary.MclustDR}
\title{Summarizing dimension reduction method for model-based clustering and classification}
\description{Summary method for class \code{"MclustDR"}.}
\usage{
\method{summary}{MclustDR}(object, numdir, std = FALSE, \dots)
\method{print}{summary.MclustDR}(x, digits = max(5, getOption("digits") - 3), \dots)
}
\arguments{
\item{object}{An object of class \code{'MclustDR'} resulting from a call to \code{\link{MclustDR}}.}
\item{x}{An object of class \code{'summary.MclustDR'}, usually, a result of a call to \code{summary.MclustDR}.}
\item{numdir}{An integer providing the number of basis directions to be printed.}
\item{std}{if \code{TRUE} the coefficients basis are scaled such that all
predictors have unit standard deviation.}
\item{digits}{The number of significant digits to use when printing.}
\item{\dots}{Further arguments passed to or from other methods.}
}
%\details{}
%\value{}
\author{Luca Scrucca}
%\note{}
\seealso{
\code{\link{MclustDR}}, \code{\link{plot.MclustDR}}
}
%\examples{}
%\keyword{}