basic statistics of a bce object
# S3 method for bce
summary(object, confInt = 2/3, ...)
a bce-object, output of the function bce1() or BCE().
confidence interval of values of composion matrix and ratio matrix.
additional arguments affecting the summary produced.
if object is output of the function bce1():
a list containing:
Average solution of the ratio matrix,found through MCMC.
Average solution of the composition matrix, found through MCMC.
Ratio matrix for which the posterior probability is maximal.
Composition matrix for which the posterior probability is maximal.
standard deviation of the ratio matrix.
standard deviation of the composition matrix.
Last value for the ratio matrix in the MCMC run.
Last value for the composition matrix in the MCMC run.
Median of the ratio matrix.
Median of the composition matrix.
Upper boundary of the confidence interval of the elements of the ratio matrix.
Upper boundary of the confidence interval of the elements of the composition matrix.
Lower boundary of the confidence interval of the elements of the ratio matrix.
Lower boundary of the confidence interval of the elements of the composition matrix.
Covariance matrix of all elements of A and X.
if object is output of the function BCE():
a list containing:
X determined through least squares regression from the initial ratio matrix and the data matrix.
Ratio matrix for which the posterior probability is maximal.
Composition matrix for which the posterior probability is maximal.
Maximal posterior probability.
Product of bestRat
and bestX
.
Means of the elements of the ratio matrix.
Standard deviation of the elements of the ratio matrix.
Lower boundary of the confidence interval of the elements of the ratio matrix.
Upper boundary of the confidence interval of the elements of the ratio matrix.
Covariance matrix of the elements of the ratio matrix.
Means of the elements of the composition matrix.
Standard deviation of the elements of the composition matrix.
Lower boundary of the confidence interval of the elements of the composition matrix.
Upper boundary of the confidence interval of the elements of the composition matrix.
Covariance matrix of the elements of the composition matrix.
# NOT RUN {
# bceOutput is an example output based on bceInput
summary(bceOutput)
# }
Run the code above in your browser using DataLab