init_pam | R Documentation |
Initialisation of the co-clusters by partitioning around medoids method.
init_pam(x, nu_j = NULL, a = NULL, K = K, G = G, akg = FALSE)
x |
The output of the cobiclust function. |
nu_j |
a vector of numeric, corresponding of a column effect, may be interpreted as a sampling effort. The length is equal to the number of columns. |
a |
an numeric. |
K |
an integer specifying the number of groups in rows. |
G |
an integer specifying the number of groups in columns. |
akg |
a logical variable indicating whether to use a common dispersion parameter ( |
A list of
nu_j
nu_j.
mu_i
mu_i.
t_jg
t_jg.
s_ik
s_ik.
pi_c
pi.
rho_c
rho.
a
a.
exp_utilde
exp_utilde.
exp_logutilde
exp_logutilde.
alpha_c
alpha.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.