R/wilson.R

#' Measured Weight of a dog over time
#'
#' A dataset containing the mass of a growing dog.
#'
#' \itemize{
#'   \item days since birth
#'   \item weight. (pounds)
#' }
#'
#' @docType data
#' @keywords datasets
#' @name wilson
#' @usage data(wilson)
#' @format A data frame with 19 rows and 2 variables
#' @source From \url{https://bscheng.com/2014/05/07/modeling-logistic-growth-data-in-r/}
NULL
jmzobitz/MAT369Code documentation built on March 4, 2024, 12:27 a.m.