R/scores.pcps.R

Defines functions scores.pcps

Documented in scores.pcps

#' @rdname pcps
#' @encoding UTF-8
#' @export
scores.pcps<-function(x, choices = c(1, 2), ...){
  sco <- summary(x, choices = choices)$scores
  return(sco)
}

Try the PCPS package in your browser

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

PCPS documentation built on Jan. 16, 2020, 1:03 a.m.