#' @title Impute missing data
#' @importFrom TestDataImputation EMimpute
#' @export
#'
impute <- function(data) {
EMimpute(data, Mvalue = "NA", max.score = 7)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.