create_values {RegCombin} | R Documentation |
Function to create the matrix of the support points for the common regressors Xc
Description
Function to create the matrix of the support points for the common regressors Xc
Usage
create_values(dimX, c_var, Rdata)
Arguments
dimX |
the dimension of the common regressors Xc. |
c_var |
the label of these regressors. |
Rdata |
dataset containing (Xnc,Xc) where Xnc are the non commonly observed regressors, Xc are potential common regressors. |
Value
a matrix of the values of the support points for the common regressors Xc
[Package RegCombin version 0.4.1 Index]