R/BBSIQScore.R

Defines functions score.BBSIQ

Documented in score.BBSIQ

#' score.BBSIQ Function
#'
#' Scoring method for BBSIQ object.
#'
#' This is a small function to help score the PI object more effectively.
#' @param data A data object
#' @keywords socre datasets
#' @export
#' @examples
#' @return To Be Specified.

score.BBSIQ <- function(data) {
  


}
Diheng/MTScorer documentation built on May 21, 2020, 11:01 p.m.