Learn R Programming

RegCombin (version 0.4.1)

create_values: 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)

Value

a matrix of the values of the support points for the common regressors Xc

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.