#' 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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.