table_generator {DGP4LCF} | R Documentation |
Generating a table listing all possible combinations of the binary variables for one gene.
Description
Generating a table listing all possible combinations of the binary variables for one gene.
Usage
table_generator(k)
Arguments
k |
A numeric scalar. Number of latent factors. |
Value
A table listing all possible combinations of the binary variables for one gene.
Examples
# See examples in vignette
vignette("bsfadgp_regular_data_example", package = "DGP4LCF")
vignette("bsfadgp_irregular_data_example", package = "DGP4LCF")
[Package DGP4LCF version 1.0.0 Index]