R/pisa.rho.R

Defines functions pisa.rho

Documented in pisa.rho

pisa.rho <-
  function(variables, by, data, export=FALSE, name= "output", folder=getwd()) {
    
    intsvy.rho(variables=variables, by=by, data=data, 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 May 29, 2024, 7:10 a.m.