MINI MINI MANI MO

Path : /opt/oracle/product/18c/dbhomeXE/R/library/OREpredict/doc/man/ja/
File Upload :
Current File : //opt/oracle/product/18c/dbhomeXE/R/library/OREpredict/doc/man/ja/ore.predict-princomp.Rd

%
% Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
%
\name{ore.predict-princomp}
\alias{ore.predict-princomp}
\alias{ore.predict,princomp-method}
\title{
\code{\link[stats]{princomp}}モデルを使用したOracle R Enterpriseの予測
}
\description{
\code{\link[stats]{princomp}}モデルを使用して予測を生成する
  Oracle R Enterpriseのメソッド。
}
\usage{
  \S4method{ore.predict}{princomp}(object, newdata, ...)
}
\arguments{
  \item{object}{
\code{\link[stats]{princomp}}オブジェクト。
}
  \item{newdata}{
\code{\link[OREbase:ore.frame-class]{ore.frame}}オブジェクト。
}
  \item{\dots}{
オプションの引数。
}
}
\value{
\code{\link[OREbase:ore.frame-class]{ore.frame}}のローテーション列を含む
  \code{newdata}オブジェクトを返します。
}
\references{
  \href{http://www.oracle.com/technetwork/database/database-technologies/r/r-enterprise/documentation/index.html}{Oracle R Enterprise}
}
\author{
  Oracle \email{oracle-r-enterprise@oracle.com}
}
\seealso{
  \code{\link{ore.predict}},
  \code{\link[stats]{princomp}}.
}
\examples{
irisModel <- princomp(~ Sepal.Length + Sepal.Width + Petal.Length + Petal.Width,
                      data = iris)
IRIS <- ore.push(iris)
IRIS <- cbind(IRIS, ore.predict(irisModel, IRIS))
}
\keyword{multivariate}

OHA YOOOO