https://github.com/cran/fda
Raw File
Tip revision: 0b014a96ce504dba6a607acdcc14d9712fc5ec95 authored by J. O. Ramsay on 28 November 2020, 14:10:14 UTC
version 5.1.7
Tip revision: 0b014a9
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