R/package.R

#' niaidMI: Markov Model Multiple Imputation for NIAID OS.
#' @docType package
#' @name niaidMI-package
#' @useDynLib niaidMI, .registration = TRUE
#' @description The implementation of Markov Model Multiple Imputation with the application to COVID-19 scale, NIAID OS. 
#' @author
#' \itemize{
#'   \item *maintainer, author* Nathan Morris \email{morris_nathan@@lilly.com}
#'   \item *author* Chaoran Hu \email{hu_chaoran@@lilly.com}
#' }
#' @importFrom Rcpp evalCpp
#' @importFrom stats runif
NULL

Try the niaidMI package in your browser

Any scripts or data that you put into this service are public.

niaidMI documentation built on March 18, 2022, 7:26 p.m.