data.xllim.test: Testing data to run examples of usage of 'gllim_inverse_map'...

data.xllim.testR Documentation

Testing data to run examples of usage of gllim_inverse_map and sllim_inverse_map functions

Description

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).

Usage

data(data.xllim.test)

Format

A matrix of simulated testing data with 50 rows (covariates) and 20 columns (observations).

See Also

xLLiM-package, data.xllim, gllim_inverse_map, sllim_inverse_map

Examples

  data(data.xllim.test)
  dim(data.xllim.test) # 50 20

xLLiM documentation built on Nov. 2, 2023, 5:17 p.m.