
Print the marginal distributions currently implemented inside carmon
Source:R/helpers.R
which_marginals.RdPrint the marginal distributions currently implemented inside carmon
Value
which_marginals() prints a message with the marginal distributions
implemented inside carmon in the current version of the package, together
with the nomenclature and the abbreviations that carmon can comprehend when
giving a custom input to the argument marginals.
Examples
# See the marginal distributions you can select to model your omics data with
# carmon
which_marginals()
#> "e" or "empirical" for using the empirical marginal distribution;
#> "n" or "normal" for using the normal marginal distribution;
#> "ln" or "lognormal" for using the log-normal marginal distribution;
#> "nb" or "negative binomial" for using the log-normal marginal distribution.