R/pirls.rho.R

Defines functions pirls.rho

Documented in pirls.rho

pirls.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 = 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.