powered by
Stepwise backward selection in decomposable graphical models
# S3 method for bwd walk(x, df, q = 0.5, thres = 5)
gengraph
data.frame
Penalty term in the stopping criterion (0 = AIC and 1 = BIC)
0
1
A threshold mechanism for choosing between two different ways of calculating the entropy. Can Speed up the procedure with the "correct" value.
A bwd object; a subclass of gengraph) used for backward selection.
bwd
A bwd object can be created using the gengraph constructor with type = "bwd"
type = "bwd"
fit_graph, walk.fwd, gengraph
fit_graph
walk.fwd
# NOT RUN { d <- derma[, 10:25] g <- gengraph(d, type = "bwd") s <- walk(g, d) print(s) plot(s) adj_lst(s) adj_mat(s) # }
Run the code above in your browser using DataLab