Dear R-helpers, Here below my R code showing warnings and error messages I don't understand. What is going wrong ?
######################## install.packages("devtools") library(devtools) install_github("ProcessMiner/nlcor") library(nlcor) A=c(505, 530, 419, 486, 608, 468, 519, 486, 532, 289, 529, 474, 571, 546, 458, 476, 376, 474, 598, 419, 479, 615, 507, 473, 532, 392, 496, 426, 480, 583, 490, 499, 513, 444, 542) B=c(508, 516, 390, 520, 375, 499, 478, 534, 553, 485, 405, 478, 542, 523, 491, 363, 456, 498, 506, 529, 574, 478, 411, 571, 512, 487, 518, 515, 467, 513, 536, 555, 508, 507, 535) c<-nlcor(A,B,refine=0.5,plt=T) c$cor.estimate c$adjusted.p.value print(c$cor.plot) ######################## ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see 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.