File: print.MFA.Rd

package info (click to toggle)
r-cran-factominer 2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,904 kB
  • sloc: sh: 4; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 735 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
\name{print.MFA}

\alias{print.MFA}

\title{Print the Multiple Factor Analysis results}

\description{
Print the Multiple Factor Analysis results.
}

\usage{
\method{print}{MFA}(x, file = NULL, sep = ";", \dots)
}

\arguments{
  \item{x}{an object of class MFA}
  \item{file}{A connection, or a character string naming the file to print to.  If NULL (the default), the results are not printed in a file}
  \item{sep}{character string to insert between the objects to print (if the argument file is not NULL}
  \item{\dots}{further arguments passed to or from other methods}
}

\author{Jeremy Mazet, Francois Husson \email{Francois.Husson@agrocampus-ouest.fr}}

\seealso{ \code{\link{MFA}}, \code{\link{write.infile}}}

\keyword{print}