man-roxygen/method-template.R

#' @section Public fields:
#'
#' \describe{
#' \item{\code{name}}{The name of the \code{Method}.}
#' \item{\code{method_fun}}{The data-generating process function.}
#' \item{\code{method_params}}{(Named) list of parameters to input into the data-generating process function.}
#' }
#'
#' @section Public methods:
#'
#' \itemize{
#' \item{\code{Method$new()}} See \link{create_method}.
#' \item{\code{Method$fit()}} See \link{fit_method}.
#' }
Yu-Group/simChef documentation built on March 25, 2024, 3:22 a.m.