From f5ee56f5bd764944374f46fcb8ad74b582bff2d9 Mon Sep 17 00:00:00 2001 From: Suraj Yerramilli Date: Tue, 17 May 2016 10:33:43 +0530 Subject: adding documentation for residplot --- man/residplot.Rd | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 man/residplot.Rd (limited to 'man') diff --git a/man/residplot.Rd b/man/residplot.Rd new file mode 100644 index 0000000..b9509c9 --- /dev/null +++ b/man/residplot.Rd @@ -0,0 +1,20 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/estpoly.R +\name{residplot} +\alias{residplot} +\title{Plot residual characteristics} +\usage{ +residplot(model, newdata = NULL) +} +\arguments{ +\item{model}{estimated polynomial model} + +\item{newdata}{an optional dataset on which predictions are to be computed. If +not supplied, predictions are computed on the training dataset.} +} +\description{ +Computes the 1-step ahead prediction errors (residuals) for an estimated polynomial +model, and plots auto-correlation of the residuals and the +cross-correlation of the residuals with the input signals. +} + -- cgit