View source: R/tabulate_values.R
tabulate_values | R Documentation |
Function to tabulate the values the common regressors Xc whatever the dimension.
tabulate_values(k, values, Xc0, dimXc)
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 |
a matrix of the number of times the kth value in the vector values appears.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.