R/piaac.reg.R

Defines functions piaac.reg

Documented in piaac.reg

piaac.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=piaac_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.