data.xllim.test | R Documentation |
gllim_inverse_map
and sllim_inverse_map
functions
data.xllim.test
is a matrix of simulated testing data, generated under the same GLLiM model as data.xllim
, from the true parameters available in object data.xllim.trueparameters
. The goal is to train a GLLiM (resp. SLLiM and BLLiM) model on training data (see data.xllim
) and to retrieve the unknown responses from data.xllim.test using gllim_inverse_map
(resp. sllim_inverse_map
).
data(data.xllim.test)
A matrix of simulated testing data with 50 rows (covariates) and 20 columns (observations).
xLLiM-package
, data.xllim
, gllim_inverse_map
, sllim_inverse_map
data(data.xllim.test)
dim(data.xllim.test) # 50 20
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.