summaryrefslogtreecommitdiff
path: root/R
diff options
context:
space:
mode:
authorSuraj Yerramilli2016-01-02 12:21:00 +0530
committerSuraj Yerramilli2016-01-02 12:21:00 +0530
commitf82709390d880d00bc29867e07f1d482d7477baf (patch)
treeac8bbdce301ac862f237e940f133acfcb333e6e1 /R
parent054fcbef94b6355ffaba33c89af311ddb7df39bd (diff)
downloadSysID-R-code-f82709390d880d00bc29867e07f1d482d7477baf.tar.gz
SysID-R-code-f82709390d880d00bc29867e07f1d482d7477baf.tar.bz2
SysID-R-code-f82709390d880d00bc29867e07f1d482d7477baf.zip
modified documentation to render stable pdf rendering
Diffstat (limited to 'R')
-rw-r--r--R/estpoly.R43
1 files changed, 18 insertions, 25 deletions
diff --git a/R/estpoly.R b/R/estpoly.R
index 9ae375c..c678f6b 100644
--- a/R/estpoly.R
+++ b/R/estpoly.R
@@ -142,11 +142,10 @@ residplot <- function(model,newdata=NULL){
#' \code{input} \tab the input data used \cr
#' \code{call} \tab the matched call \cr
#' \code{stats} \tab A list containing the following fields:
-#' \tabular{ll}{
-#' \code{vcov} \tab the covariance matrix of the fitted coefficients\cr
-#' \code{sigma} \tab the standard deviation of the innovations\cr
-#' \code{df} \tab the residual degrees of freedom
-#' }
+#' \code{vcov} - the covariance matrix of the fitted coefficients,
+#' \code{sigma} - the standard deviation of the innovations,
+#' \code{df} -the residual degrees of freedom
+#'
#' }
#'
#'
@@ -231,19 +230,16 @@ arx <- function(x,order=c(0,1,0)){
#' \code{input} \tab the input data used \cr
#' \code{call} \tab the matched call \cr
#' \code{stats} \tab A list containing the following fields:
-#' \tabular{ll}{
-#' \code{vcov} \tab the covariance matrix of the fitted coefficients\cr
-#' \code{sigma} \tab the standard deviation of the innovations
-#' } \cr
+#' \code{vcov} - the covariance matrix of the fitted coefficients,
+#' \code{sigma} - the standard deviation of the innovations \cr
#' \code{options} \tab Option set used for estimation. If no
#' custom options were configured, this is a set of default options. \cr
#' \code{termination} \tab Termination conditions for the iterative
-#' search used for prediction error minimization.
-#' \tabular{ll}{
-#' \code{WhyStop} \tab Reason for termination \cr
-#' \code{iter} \tab Number of Iterations \cr
-#' \code{iter} \tab Number of Function Evaluations
-#' }
+#' search used for prediction error minimization:
+#' \code{WhyStop} - Reason for termination,
+#' \code{iter} - Number of Iterations,
+#' \code{iter} - Number of Function Evaluations
+#'
#' }
#'
#'
@@ -322,19 +318,16 @@ armax <- function(x,order=c(0,1,1,0),options=optimOptions()){
#' \code{input} \tab the input data used \cr
#' \code{call} \tab the matched call \cr
#' \code{stats} \tab A list containing the following fields:
-#' \tabular{ll}{
-#' \code{vcov} \tab the covariance matrix of the fitted coefficients\cr
-#' \code{sigma} \tab the standard deviation of the innovations
-#' } \cr
+#' \code{vcov} - the covariance matrix of the fitted coefficients,
+#' \code{sigma} - the standard deviation of the innovations \cr
#' \code{options} \tab Option set used for estimation. If no
#' custom options were configured, this is a set of default options. \cr
#' \code{termination} \tab Termination conditions for the iterative
-#' search used for prediction error minimization.
-#' \tabular{ll}{
-#' \code{WhyStop} \tab Reason for termination \cr
-#' \code{iter} \tab Number of Iterations \cr
-#' \code{iter} \tab Number of Function Evaluations
-#' }
+#' search used for prediction error minimization:
+#' \code{WhyStop} - Reason for termination,
+#' \code{iter} - Number of Iterations,
+#' \code{iter} - Number of Function Evaluations
+#'
#' }
#'
#'