rndEffModelStats | R Documentation |
Main statistics from the fitted base and random-effects models
rndEffModelStats(
theta_null,
theta_rndEff,
V,
M,
M_bdiag,
y,
VCNs,
nObs,
verbose = TRUE
)
theta_null |
the estimated p-dimensional vector parameter for the base (null) model. |
theta_rndEff |
the estimated p-dimensional vector parameter for the random-effects model. |
M |
A |
M_bdiag |
A |
y |
n-dimensional vector of the time-adjacent cellular increments |
VCNs |
A n-dimensional vector including values of the vector copy number corresponding to the cell counts of y. |
nObs |
A K-dimensional vector including the frequencies of each clone k ( |
verbose |
(defaults to TRUE) Logical value. If TRUE, then information messages on the progress of the algorithm are printed to the console. |
A vector of statistics associated to the fitted base and random-effects models:
nPar | number of parameters of the base(null) model |
cll | value of the conditional log-likelihood, in this case just the log-likelihood |
mll | value of the marginal log-likelihood, in this case just the log-likelihood |
cAIC | conditional Akaike Information Criterion (cAIC), in this case simply the AIC. |
mAIC | marginal Akaike Information Criterion (mAIC), in this case simply the AIC. |
Chi2 | value of the \chi^2 statistic (y - M\theta)'S^{-1}(y - M\theta) . |
p-value | p-value of the \chi^2 test for the null hypothesis that Chi2 follows a \chi^2 distribution with n - nPar degrees of freedom. |
KLdiv | Kullback-Leibler divergence of the random-effects model from the null model. |
KLdiv/N | Rescaled Kullback-Leibler divergence of the random-effects model from the null model. |
BhattDist_nullCond | Bhattacharyya distance between the random-effects model and the null model. |
BhattDist_nullCond/N | Rescaled Bhattacharyya distance between the random-effects model and the null model. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.