https://github.com/cran/fda
Raw File
Tip revision: 877347f65135b34c238ac4f27de992aa38d15347 authored by J. O. Ramsay on 03 November 2009, 00:00:00 UTC
version 2.4.0
Tip revision: 877347f
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