View source: R/utility_functions.R
lb_calculation | R Documentation |
Calculate the lower bound
lb_calculation(
x = x,
qu_param = qu_param,
s_ik = s_ik,
pi_c = pi_c,
t_jg = t_jg,
rho_c = rho_c,
mu_i = mu_i,
nu_j = nu_j,
alpha_c = alpha_c,
a = a,
akg = TRUE
)
x |
a matrix of observations. Columns correspond to biological samples and rows to microorganisms. |
qu_param |
qu_param. |
s_ik |
s_ik. |
pi_c |
pi_c. |
t_jg |
t_jg. |
rho_c |
rho_c. |
mu_i |
mu_i. |
nu_j |
nu_j. |
alpha_c |
a matrix the terms of interactions. |
a |
a. |
akg |
a logical variable indicating whether to use a common dispersion parameter ( |
a list of 2 elements.
lb
value of the lower bound.
ent
value of the entropy term.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.