R/piaac.reg.pv.R

Defines functions piaac.reg.pv

Documented in piaac.reg.pv

piaac.reg.pv <- 
function(x, pvlabel, by, data, export=FALSE, name= "output", std=FALSE, folder=getwd()) {

  intsvy.reg.pv(x=x, pvnames=pvlabel, by=by, data=data, std=std, 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 Oct. 3, 2023, 1:07 a.m.