R/create_H_values.R

Defines functions create_H_values

Documented in create_H_values

##' @title
##' @param data dataframe
##' @return
##' @author Aaron Conway
##' @importFrom mokken coefH

##' @export
create_H_values <- function(data = ptds6) {
  coefH(as.matrix(data))
}
awconway/ptds documentation built on Oct. 20, 2020, 11:05 p.m.