An S4 class representing the output of the beam function.
# S4 method for beam
print(x, ...) # S4 method for beam
show(object)
# S4 method for beam
summary(object, ...)
# S4 method for beam
marg(object)
# S4 method for beam
cond(object)
# S4 method for beam
mcor(object)
# S4 method for beam
pcor(object)
# S4 method for beam
postExpSigma(object, vars.method="eb")
# S4 method for beam
postExpOmega(object, vars.method="eb")
# S4 method for beam
plotML(object, ...)
# S4 method for beam
plotCor(object, type = object@type, order = 'original', by = "marginal")
# S4 method for beam
bgraph(object)
# S4 method for beam
ugraph(object)
An object of class beam-class
An object of class beam-class
character. Type of correlation to be displayed (marginal, conditional or both)
character. Either 'original' or 'clust'. If 'clust' the rows and columns of the correlation matrix are reordered using the cluster memberships obtained by the Louvain clustering algorithm.
character. When type ="both" and order = 'clust', specifies whether the clustering has to be performed using the complete weighted marginal or conditional independence graph.
character. Method of shrinkage estimation for the variances. Either 'eb', 'mean', 'median' for shrinkage estimation of variance respectively towards an estimated shrinkage target, the mean or the median of the sample variances. Choosing 'none' carries out no shrinkage and uses the sample variances, whereas choosing 'scaled' means that the sample covariance has unit diagonal.
further arguments passed to or from other methods.
tabledat.frame. A data.frame containing marginal and/or partial correlation estimates, Bayes factors and tail probabilities for each edge.
deltaOptnumeric. Empirical Bayes estimate of hyperparameter delta.
alphaOptnumeric. Empirical Bayes estimate of hyperparameter alpha.
dimXnumeric. Dimension of the input data matrix X.
typecharacter. Input argument.)
varlabscharacter. Column labels of X.
gridAlphamatrix. A matrix containing the log-marginal likelihood of the Gaussian conjugate model as a function of a grid of values of alpha and delta.
valOptnumeric. Maximum value of the log-marginal likelihood of the Gaussian conjugate model.
return.onlycharacter. Input argument.
timenumeric. Running time (in seconds).
TinvStdevnumeric. Square root of partial variances.
snumeric. Sample variances.
rzijnumeric. Statistics.
Gwenael G.R. Leday and Ilaria Speranza