R/check.R

Defines functions check_data check_model

# reserved
# .data should NOT have any NA value... or... I know not... whatever
check_data <- function(.data, pre_period, post_period) {
  warning("Not implemented yet")
  .check <- data.frame(category = "",
                       problem = "",
                       message = "")
}

# reserved
check_model <- function(.data, y, post_period) {
  warning("Not implemented yet")
  .check <- data.frame(category = "",
                       problem = "",
                       message = "")
}

Try the cbar package in your browser

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

cbar documentation built on May 2, 2019, 1:27 p.m.