An object of class dlsem is converted into an object of class graphNEL.
as.graphNEL(x, conf =0.95, use.ns =FALSE)
Arguments
x: An object of class dlsem.
conf: The confidence level for each edge: only edges with statistically significant causal effect at such confidence are considered. Default is 0.95.
use.ns: A logical value indicating whether edges without statistically significant causal effect (at level conf) should be considered or not. If FALSE (the default), they will be ignored.