lingpg(inc, gender = NULL, id,
weight=NULL, sort = NULL,
Dom = NULL, period=NULL,
dataset = NULL, na.rm=FALSE,
var_name="lin_gpg")data.frame or variable name as character, column number or logical vector with only one TRUE value (length of the vectordata.frame or variable name as character, column number or logical vector with only one TRUE value (length of the vector has to be the same as the columdata.frame or variable name as character, column number or logical vector with only one TRUE value (length of the vector has to be the same as data.frame or variable name as character, column number or logical vector with only one TRUE value (length of the vector has to be the same as the column data.frame or variable name as character, column number or logical vector with only one TRUE value (length of the vector hadata.frame or variable names as character vector, column numbers or logical vectdata.frame or variable names as character, column numbers or logical vector (length of the vectdata.frame.data.frame containing the estimated gender pay (wage) gap (in percentage).data.frame containing the linearized variables of the gender pay (wage) gap (in percentage)..linqsr, lingini, varpoorddata(ses)
dati=data.frame(1:nrow(ses),ses)
colnames(dati)[1]<-"ID"
gpgs2<-lingpg("earningsHour", gender="sex", id="ID", weight="weights",
Dom="education", dataset=dati)
gpgs2$valueRun the code above in your browser using DataLab