R/pisa.reg.pv.R

Defines functions pisa.reg.pv

Documented in pisa.reg.pv

pisa.reg.pv <- 
  function(x, pvlabel, by, data, export=FALSE, name= "output", folder=getwd(), std=FALSE) {
    
    intsvy.reg.pv(x=x, pvnames = pvlabel, by=by, data=data, std=std, export=export, 
                  name= name, folder=folder, config=pisa_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.