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

Try the intsvy package in your browser

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

intsvy documentation built on May 29, 2024, 7:10 a.m.