R/03_modelformation_samplestats.R

Defines functions samplestats

# Inner function to make sample stats object:
samplestats <- function(
  ..., rawts = FALSE){
  if (rawts){
    stop("rawts currently not supported")
  } else {
    return(samplestats_norawts(...))
  }
}
SachaEpskamp/psychonetrics documentation built on Sept. 1, 2023, 3:40 a.m.