R/timss.log.R

Defines functions timss.log

Documented in timss.log

timss.log <-
  function(y, x, by, data, export=FALSE, name= "output", folder=getwd()) { 
    
    intsvy.log(x=x, y=y, by=by, data=data, 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.