#' DentalAge
#'
#' Estimate dental age from scores of dental development.
#'
#' \tabular{ll}{ Package: \tab DentalAge\cr
#' Type: \tab Package\cr
#' Version: \tab 0.1\cr
#' Date: \tab 2021-06-25\cr
#' License: \tab MIT\cr
#' LazyLoad: \tab yes\cr
#' LazyData: \tab yes\cr }
#'
#' @name DentalAge-package
#' @aliases DentalAge-package DentalAge
#' @docType package
#' @author Kevin M. Middleton (\url{middletonk@@missouri.edu})
#' @keywords package
#'
#' @importFrom utils data
#' @importFrom stats var rlnorm
#' @importFrom magrittr %>%
#' @importFrom dplyr filter select if_else case_when
NULL
# Ignore some global variables
utils::globalVariables(c("AgeTables",
"Sex",
"Tooth",
"Stage",
"log_mu",
"log_sd"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.