R/pirls.ben.pv.R

Defines functions pirls.ben.pv

Documented in pirls.ben.pv

pirls.ben.pv <-
function(pvlabel, by, cutoff=cutoff, data, atlevel=FALSE, export=FALSE, name= "output", folder=getwd()) {

  intsvy.ben.pv(pvnames = pvlabel, by=by, cutoff=cutoff, data=data, atlevel=atlevel, 
                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.