Hi, I am using library (ppcor) to run Kendall's partial correlation. I use pcor.test(x,y,z,method=c("Kendall")) but I get " system is computationally singular: reciprocal condition number = 0". I have zero values in y and z. How can I overcome this? Isn't non-parametric zero friendly?
Nanthinee ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.