From 4d369b4a7a7ee0ad374831005ec5584460157d70 Mon Sep 17 00:00:00 2001 From: Suraj Yerramilli Date: Sun, 15 May 2016 23:33:19 +0530 Subject: correcting etfe documentation --- R/nonparam.R | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'R/nonparam.R') diff --git a/R/nonparam.R b/R/nonparam.R index e51fcaf..9897a04 100644 --- a/R/nonparam.R +++ b/R/nonparam.R @@ -232,6 +232,7 @@ mult_ccf <- function(X,Y=NULL,lag.max=30){ #' ratio of the fourier transforms of the output and the input variables #' #' @param data an object of class \code{idframe} +#' @param n frequency spacing (Default: \code{128}) #' #' @return #' an \code{idfrd} object containing the estimated frequency response @@ -243,8 +244,8 @@ mult_ccf <- function(X,Y=NULL,lag.max=30){ #' @seealso \code{\link[stats]{fft}} #' #' @examples -#' data(frf) -#' frf <- etfe(data) +#' data(arxsim) +#' frf <- etfe(arxsim) #' #' @export etfe <- function(data,n=128){ -- cgit