Maximum Spanning Tree
Applies the Maximum Spanning Tree (MaST) filtering method
MaST( data, normal = TRUE, na.data = c("pairwise", "listwise", "fiml", "none"), depend = FALSE )
data |
Can be a dataset or a correlation matrix |
normal |
Should data be transformed to a normal distribution?
Input must be a dataset.
Defaults to |
na.data |
How should missing data be handled?
For |
depend |
Is network a dependency (or directed) network?
Defaults to |
A sparse association matrix
Alexander Christensen <alexpaulchristensen@gmail.com>
# Pearson's correlation only for CRAN checks MaST.net <- MaST(neoOpen, normal = FALSE)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.