R/sync.test.R

Defines functions sync.test

Documented in sync.test

#' Time Series Trend Synchronism Test
#'
#' @name sync.test-defunct
#'
#' @seealso \code{\link{funtimes-defunct}}
#'
#' @keywords internal
NULL

#' @rdname funtimes-defunct
#' @section \code{sync.test}:
#' For \code{sync.test}, use \code{\link{sync_test}}.
#'
#' @author Yulia R. Gel, Vyacheslav Lyubchich, Ethan Schaeffer, Xingyu Wang
#'
#' @export
#'
sync.test <- function(...)
{
    .Defunct("sync_test", msg = "sync.test is defunct (removed). Use sync_test instead.")
}

Try the funtimes package in your browser

Any scripts or data that you put into this service are public.

funtimes documentation built on March 31, 2023, 7:35 p.m.