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(...))
  }
}

Try the psychonetrics package in your browser

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

psychonetrics documentation built on Oct. 3, 2023, 5:09 p.m.