| beam.select-class | R Documentation |
An S4 class representing the output of the beam.select function.
## S4 method for signature 'beam.select'
print(x, ...)
## S4 method for signature 'beam.select'
show(object)
## S4 method for signature 'beam.select'
summary(object, ...)
## S4 method for signature 'beam.select'
marg(object)
## S4 method for signature 'beam.select'
cond(object)
## S4 method for signature 'beam.select'
mcor(object)
## S4 method for signature 'beam.select'
pcor(object)
## S4 method for signature 'beam.select'
plotML(object, ...)
## S4 method for signature 'beam.select'
plotAdj(object, type=object@type, order = "original")
## S4 method for signature 'beam.select'
bgraph(object)
## S4 method for signature 'beam.select'
ugraph(object)
x |
An object of class |
object |
An object of class |
type |
character. Type of correlation to be displayed (marginal, conditional or both) |
order |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.