R/zfit-package.R

#' zfit: Fit Models in a Pipe
#'
#' @description
#' `r desc::desc_get("Description")`
#'
#' @includeRmd man/include/overview.Rmd
#'
#' @seealso
#' * [zlm] is the wrapper `lm`, probably the most common fitting
#'   function. The help file for this function includes several
#'   usage examples.
#' * [zglm] is a wrapper for `glm`, to fit generalized
#'   linear models.
#' * [zprint] is helpful for printing a `summary` of a model,
#'   but assigning the evaluated model to a variable
#'
#' @docType package
#' @name zfit
"_PACKAGE"
torfason/zfit documentation built on Sept. 2, 2023, 3:12 p.m.