##' @title
##' @param data dataframe
##' @return
##' @author Aaron Conway
##' @importFrom mokken coefH
##' @export
create_H_values <- function(data = ptds6) {
coefH(as.matrix(data))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.