summary.vlmc | R Documentation |
Compute (and print) a summary of a vlmc
object which is
typically the result of vlmc(..)
.
## S3 method for class 'vlmc'
summary(object, ...)
## S3 method for class 'summary.vlmc'
print(x, digits = getOption("digits"),
vvec.printing = FALSE, ...)
object |
an R object of class |
x |
an R object of class |
digits |
integer giving the number of significant digits for printing numbers. |
vvec.printing |
logical indicating if the |
... |
potentially further arguments [Generic]. |
summary.vlmc()
returns an object of class "summary.vlmc"
for which there's a print method. It is basically a list containing
all of object
, plus additionally
confusion.table |
the symmetric contingency table of data vs fitted. |
depth.stats |
statistics of Markov chain depth along the data;
currently just |
R2 |
the |
vlmc
, draw.vlmc
.
data(bnrf1)
vb <- vlmc(bnrf1EB)
svb <- summary(vb)
svb
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.