tabulate_values {RegCombin} | R Documentation |
Function to tabulate the values the common regressors Xc whatever the dimension.
Description
Function to tabulate the values the common regressors Xc whatever the dimension.
Usage
tabulate_values(k, values, Xc0, dimXc)
Arguments
k |
the considered value in "values" |
values |
the different unique points of support of the common regressor Xc. |
Xc0 |
dataset containing Xc, the common regressors. |
dimXc |
the dimension of Xc |
Value
a matrix of the number of times the kth value in the vector values appears.
[Package RegCombin version 0.4.1 Index]