R/pirls.reg.R

Defines functions pirls.reg

Documented in pirls.reg

pirls.reg <-
function(y, x, by, data, export=FALSE, name= "output", folder=getwd()) { 
  
  intsvy.reg(x=x, y=y, 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.