methods
for class aster
or
summary.aster
objects.## S3 method for class 'aster':
summary(object, info = c("expected", "observed"),
info.tol = sqrt(.Machine$double.eps), show.graph = FALSE, ...)## S3 method for class 'summary.aster':
print(x, digits = max(3, getOption("digits") - 3),
signif.stars = getOption("show.signif.stars"), ...)
"aster"
, usually, a result of a
call to aster
.eval
is the vector of eigenvalues of the information matrix,
then eval < cond.tol * max(eval)
are considered zero. Hence the
corresponding eigenvectors are directioTRUE
, show the graphical model."summary.aster"
, usually, a result of a
call to summary.aster
.TRUE
, summary.aster
returns an object of class "summary.aster"
list with the same components as object
, which is of class
"aster"
.aster
, summary
.