File: summary.MclustDR.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 (38 lines) | stat: -rw-r--r-- 1,127 bytes parent folder | download | duplicates (4)
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{}