R/timss.reg.R

Defines functions timss.reg

Documented in timss.reg

timss.reg <-
function(y, x, by, data, export=FALSE, name= "output", folder=getwd()) { 

  intsvy.reg(x=x, y=y, by=by, data=data, export=export,
             name=name, folder=folder, config=timss4_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.