Nothing
#' Objects exported from other packages
#' @export
#' @importFrom broom tidy
broom::tidy
#' @export
#' @importFrom broom augment
broom::augment
#' @export
#' @importFrom broom glance
broom::glance
#' @export
#' @importFrom stats as.ts
stats::as.ts
#' @export
#' @importFrom stats logLik
stats::logLik
#' @export
#' @importFrom stats AIC
stats::AIC
#' @export
#' @importFrom stats BIC
stats::BIC
#' @export
#' @importFrom stats nobs
stats::nobs
#' @export
#' @importFrom stats fitted
stats::fitted
#' @export
#' @importFrom stats residuals
stats::residuals
#' @export
#' @importFrom stats coef
stats::coef
#' @export
#' @importFrom stats time
stats::time
#' @export
#' @importFrom vctrs vec_ptype2
vctrs::vec_ptype2
#' @export
#' @importFrom vctrs vec_cast
vctrs::vec_cast
#' @export
#' @importFrom xts as.xts
as.ts.xts <- xts:::as.ts.xts
#' @export
#' @importFrom zoo index
zoo::index
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.