An S4 class representing the output of the beam.select function.
# S4 method for beam.select
print(x, ...) # S4 method for beam.select
show(object)
# S4 method for beam.select
summary(object, ...)
# S4 method for beam.select
marg(object)
# S4 method for beam.select
cond(object)
# S4 method for beam.select
mcor(object)
# S4 method for beam.select
pcor(object)
# S4 method for beam.select
plotML(object, ...)
# S4 method for beam.select
plotAdj(object, type=object@type, order = "original")
# S4 method for beam.select
bgraph(object)
# S4 method for beam.select
ugraph(object)
An object of class beam.select-class
An object of class beam.select-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 adjacency matrix are reordered using the cluster memberships obtained by the Louvain clustering algorithm.
further arguments passed to or from other methods.
marginaldata.frame. A data.frame containing the marginal correlation estimates, Bayes factors and tail probabilities for the selected edges only.
conditionaldata.frame. A data.frame containing the partial correlation estimates, Bayes factors and tail probabilities for the selected edges only.
dimXnumeric. Dimension of the input data matrix X.
typecharacter. Input type (marginal, conditional or both)
varlabscharacter. Column labels of X.
alphaOptnumeric. Empirical Bayes estimates of hyperparameter alpha.
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
methodcharacter. Input method.
thresnumeric. Input threshold
Gwenael G.R. Leday and Ilaria Speranza