R/pirls.log.R

Defines functions pirls.log

Documented in pirls.log

pirls.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=pirls_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.