R/baseline_formulas.R

#' Lists of baselines formulas we are using.  This is a list of lists with three things
#'
#'
#' \itemize{
#'   \item formulas. A list of the name of the formula, with its regression formula, usually with time as the explanatory (x) variable and value is the response (y) variable.
#'   \item formula_info. A data frame with two columns: the first is the model name (consistent with formuals) and the second is the degrees of freedom.
#' }
#'
#' @docType data
#' @keywords datasets
#' @name baseline_formulas
#' @usage data(mauna_loa)
#' @format A list with two elements: a list of formulas and a data frame
#'

#'



NULL
jmzobitz/periodicFitting documentation built on July 25, 2021, 8:02 p.m.