R/eat.R

#' eat: An R package for data-driven agent-based modeling
#'
#' \code{eat}'s main functions for estimating and testing the models:
#' \enumerate{
#' \item \code{\link{cv_abm}}
#' \item \code{\link{training}}
#' }
#' 
#' @docType package
#' @name eat
NULL

#' @importFrom methods setClass setGeneric setMethod setRefClass
#' @importFrom graphics plot
NULL
JohnNay/eat documentation built on May 7, 2019, noon