R/timss.reg.pv.R

Defines functions timss.reg.pv

Documented in timss.reg.pv

timss.reg.pv <-
  function(x, pvlabel,  by, data, std=FALSE, export=FALSE, name= "output", folder=getwd()) {
    
    intsvy.reg.pv(x=x, pvnames = pvlabel, by=by, data=data, std=std, export=export, 
                  name= name, folder=folder, config=timss8_conf) 
    
}
eldafani/intsvy documentation built on March 18, 2024, 7:54 p.m.