- validation
dataset containing the joint distribution (Y,Xnc,Xc) where Y is the outcome, Xnc are the non commonly observed regressors, Xc are potential common regressors.
- Ldata
dataset containing (Y,Xc) where Y is the outcome, Xc are potential common regressors. Default is NULL
- Rdata
dataset containing (Xnc,Xc) where Xnc are the non commonly observed regressors, Xc are potential common regressors. Default is NULL.
- out_var
label of the outcome variable Y.
- nc_var
label of the non commonly observed regressors Xnc.
- c_var
label of the commonly observed regressors Xc.
- alpha
the level of the confidence intervals. Default is 0.05.
- constraint
a vector indicating the different constraints in a vector of the size of X_c indicating the type of constraints, if any on f(X_c) : "concave", "concave", "nondecreasing", "nonincreasing", "nondecreasing_convex", "nondecreasing_concave", "nonincreasing_convex", "nonincreasing_concave", or NULL for none. Default is NULL, no contraints at all.
- nc_sign
if sign restrictions on the non-commonly observed regressors Xnc: -1 for a minus sign, 1 for a plus sign, 0 otherwise. Default is NULL, i.e. no constraints.
- c_sign
if sign restrictions on the commonly observed regressors: -1 for a minus sign, 1 for a plus sign, 0 otherwise. Default is NULL, i.e. no constraints.
- weights_validation
the sampling weights for the full dataset (Y, Xnc,Xc). Default is NULL.
- weights_x
the sampling weights for the dataset (Xnc,Xc). Default is NULL.
- weights_y
the sampling weights for the dataset (Y,Xc). Default is NULL.
- nbCores
number of cores for the parallel computation. Default is 1.
- grid
the number of points for the grid search on epsilon. Default is 30. If NULL, then epsilon is taken fixed equal to eps_default.
- eps_default
If grid =NULL, then epsilon is taken equal to eps_default.
- R2bound
the lower bound on the R2 of the long regression if any. Default is NULL.
- unchanged
Boolean indicating if the categories based on Xc must be kept unchanged (TRUE). Otherwise (FALSE), a thresholding approach is taken imposing that each value appears more than 10 times in both datasets and 0.01 per cent is the pooled one. Default is FALSE.
- ties
Boolean indicating if there are ties in the dataset. Default is FALSE.