EVOLUTION-MANAGER
Edit File: quantmod-class.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Class "quantmod"</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for quantmod-class {quantmod}"><tr><td>quantmod-class {quantmod}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Class "quantmod" </h2> <h3>Description</h3> <p> Objects of class <code>quantmod</code> help to manage the process of model building within the quantmod package. Created automatically by a call to <code>specifyModel</code> they carry information to be used by a variety of accessor functions and methods. </p> <h3>Objects from the Class</h3> <p>Objects can be created by calls of the form <code>new("quantmod", ...)</code>. </p> <p>Normally objects are created as a result of a call to <code>specifyModel</code>. </p> <h3>Slots</h3> <dl> <dt><code>model.id</code>:</dt><dd><p>Object of class <code>"character"</code> ~~ </p> </dd> <dt><code>model.spec</code>:</dt><dd><p>Object of class <code>"formula"</code> ~~ </p> </dd> <dt><code>model.formula</code>:</dt><dd><p>Object of class <code>"formula"</code> ~~ </p> </dd> <dt><code>model.target</code>:</dt><dd><p>Object of class <code>"character"</code> ~~ </p> </dd> <dt><code>model.inputs</code>:</dt><dd><p>Object of class <code>"character"</code> ~~ </p> </dd> <dt><code>build.inputs</code>:</dt><dd><p>Object of class <code>"character"</code> ~~ </p> </dd> <dt><code>symbols</code>:</dt><dd><p>Object of class <code>"character"</code> ~~ </p> </dd> <dt><code>product</code>:</dt><dd><p>Object of class <code>"character"</code> ~~ </p> </dd> <dt><code>price.levels</code>:</dt><dd><p>Object of class <code>"zoo"</code> ~~ </p> </dd> <dt><code>training.data</code>:</dt><dd><p>Object of class <code>"Date"</code> ~~ </p> </dd> <dt><code>build.date</code>:</dt><dd><p>Object of class <code>"Date"</code> ~~ </p> </dd> <dt><code>fitted.model</code>:</dt><dd><p>Object of class <code>"ANY"</code> ~~ </p> </dd> <dt><code>model.data</code>:</dt><dd><p>Object of class <code>"zoo"</code> ~~ </p> </dd> <dt><code>quantmod.version</code>:</dt><dd><p>Object of class <code>"numeric"</code> ~~ </p> </dd> </dl> <h3>Methods</h3> <p>No methods defined with class "quantmod" in the signature. </p> <h3>Author(s)</h3> <p> Jeffrey A. Ryan </p> <h3>Examples</h3> <pre> showClass("quantmod") </pre> <hr /><div style="text-align: center;">[Package <em>quantmod</em> version 0.4.20 <a href="00Index.html">Index</a>]</div> </body></html>