[R] Finding All paths in a graph

2013-07-18 Thread Azam Peyvand
Hi, Do you know any function/package in R which returns all possible paths in a graph. Thanks [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guid

[R] An error in the "Package JGL"

2013-07-15 Thread Azam Peyvand
I am currently working with the package JGL. I tried to run JGL function "JGL(Y,penalty="fused",...)" over my data, but there is the following error which makes it stop: "Error in while ((iter==0)|| (iter < maxiter && diff_value>tol)) missing value where TRUE/FALSE needed. " Any special idea for

[R] An error in the "Package JGL"

2013-07-15 Thread Azam Peyvand
Hi, I am currently working with the package JGL. I tried to run JGL function "JGL(Y,penalty="fused",...)" over my data, but there is the following error which makes it stop: "Error in while ((iter==0)|| (iter < maxiter && diff_value>tol)) missing value where TRUE/FALSE needed. " I would appreciat