1\name{quantmod-class}
2\docType{class}
3\alias{quantmod-class}
4\alias{summary,quantmod-method}
5\alias{show,quantmod-method}
6\alias{fittedModel<--methods}
7\alias{fittedModel<-,quantmod-method}
8
9\alias{quantmodResults-class}
10\alias{show,quantmodResults-method}
11
12\alias{quantmodReturn-class}
13
14\alias{tradeLog-class}
15\alias{show,tradeLog-method}
16
17\title{Class "quantmod" }
18\description{   Objects of class \code{quantmod} help to
19manage the process of model building within the quantmod
20package.  Created automatically by a call to \code{specifyModel}
21they carry information to be used by a variety of accessor
22functions and methods.
23}
24\section{Objects from the Class}{
25Objects can be created by calls of the form \code{new("quantmod", ...)}.
26
27Normally objects are created as a result of a call to \code{specifyModel}.
28}
29\section{Slots}{
30	 \describe{
31    \item{\code{model.id}:}{Object of class \code{"character"} ~~ }
32    \item{\code{model.spec}:}{Object of class \code{"formula"} ~~ }
33    \item{\code{model.formula}:}{Object of class \code{"formula"} ~~ }
34    \item{\code{model.target}:}{Object of class \code{"character"} ~~ }
35    \item{\code{model.inputs}:}{Object of class \code{"character"} ~~ }
36    \item{\code{build.inputs}:}{Object of class \code{"character"} ~~ }
37    \item{\code{symbols}:}{Object of class \code{"character"} ~~ }
38    \item{\code{product}:}{Object of class \code{"character"} ~~ }
39    \item{\code{price.levels}:}{Object of class \code{"zoo"} ~~ }
40    \item{\code{training.data}:}{Object of class \code{"Date"} ~~ }
41    \item{\code{build.date}:}{Object of class \code{"Date"} ~~ }
42    \item{\code{fitted.model}:}{Object of class \code{"ANY"} ~~ }
43    \item{\code{model.data}:}{Object of class \code{"zoo"} ~~ }
44    \item{\code{quantmod.version}:}{Object of class \code{"numeric"} ~~ }
45  }
46}
47\section{Methods}{
48No methods defined with class "quantmod" in the signature.
49}
50\author{ Jeffrey A. Ryan }
51\examples{
52showClass("quantmod")
53}
54\keyword{classes}
55