Description Usage Arguments Value
Create two integer vectors with indices of columns in x corresponding to continuous variables and discrete variables. These integer vectors are suitable for passing to functions from the pdtmvn function.
1 2 | get_col_inds_continuous_discrete_vars_used(x_colnames, continuous_vars,
discrete_vars)
|
x_colnames |
character vector with column names of x |
continuous_vars |
character vector with names of columns in x that should be treated as continuous variables |
discrete_vars |
character vector with names of columns in x that should be treated as discrete variables |
list with two components: continuous_vars is an integer vector of columns in x corresponding to continuous variables and discrete_vars is an integer vector of columns in x corresponding to discrete variables
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.