Description Usage Arguments Value Note References See Also Examples
Transforms qualitative/categorical variables into latent variables.
1 | to_latent(X_qual, lvs_qual, n_lvs_qual, p_qual, z_vec, dim_z, k)
|
X_qual |
Matrix or data frame containing (only) the qualitative/categorical data. |
lvs_qual |
List containing levels of each qualitative variable |
n_lvs_qual |
Number of levels of each qualitative variable |
p_qual |
Number of qualitative variables |
z_vec |
Latent variable parameters, i.e., latent variable values for each level of qualitative/categorical variables |
dim_z |
Dimensionality of latent variables, usually 1 or 2 |
k |
Number of data points, equal to |
Matrix containing transformed data
This function is NOT exported once the LVGP package is loaded.
"A Latent Variable Approach to Gaussian Process Modeling with Qualitative and Quantitative Factors", Yichi Zhang, Siyu Tao, Wei Chen, and Daniel W. Apley (arXiv)
LVGP_fit
to see how a GP model can be fitted to a training dataset.
LVGP_predict
to use the fitted LVGP model for prediction.
LVGP_plot
to plot the features of the fitted model.
1 | # see the examples in the documentation of the function LVGP_fit.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.