Usage
readZ(Z = Z, B = NULL, crit = c("none", "R2", "F", "sigmaX"),
varnames = NULL, output = c("index", "names", "all"), X = NULL,
order = 1)
Arguments
Z
binary adjacency matrix of the structure (size
p)
B
is the complete structure (wheighted)
crit
define the criterion to use
c("none","R2","F","sigmaX")
varnames
the names of the variables (same order)
output
indicates the content of the output
output=c("index","names","all")
X
is a dataframe or matrix containing the dataset
order
Define the order used (0: none, -1:
decreasing, 1: growing)