https://github.com/cran/fda
Raw File
Tip revision: 4ff0009dbd255f45aec89054867b85d65c6f951f authored by J. O. Ramsay on 03 November 2009, 00:00:00 UTC
version 2.2.7
Tip revision: 4ff0009
varmx.cca.fd.Rd
\name{varmx.cca.fd}
\alias{varmx.cca.fd}
\title{
  Rotation of Functional Canonical Components with VARIMAX
}
\description{
Results of canonical correlation analysis are often easier to interpret if
they are rotated.  Among the many possible ways in which this rotation can be
defined, the VARIMAX criterion seems to give satisfactory results most
of the time.
}
\usage{
varmx.cca.fd(ccafd, nx=201)
}
\arguments{
\item{ccafd}{
an object of class "cca.fd" that is produced by function
\code{cca.fd}.
}
\item{nx}{
the number of points in a fine mesh of points that is
required to approximate canonical variable functional
data objects.
}
}
\value{
a rotated version of argument \code{cca.fd}.
}
\seealso{
\code{\link{varmx}}, 
\code{\link{varmx.pca.fd}}
}
% docclass is function
\keyword{smooth}
back to top