R/timss.ben.pv.R

Defines functions timss.ben.pv

Documented in timss.ben.pv

timss.ben.pv <- function(pvlabel, by, cutoff=cutoff, data, atlevel=FALSE, 
                         export=FALSE, name= "output", folder=getwd()) {
  
intsvy.ben.pv(pvnames = pvlabel, by=by, cutoff=cutoff, data=data, atlevel=atlevel, 
                export=export, name= name, folder=folder,
                config=timss8_conf)
    
}

Try the intsvy package in your browser

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

intsvy documentation built on Oct. 3, 2023, 1:07 a.m.