Someone may investigate this for you anyway, but technically this request is 
outside of the scope of this mailing list (which is the R programming language, 
not the theory of use nor possible bugs in the current version of random 
packages not even registered in CRAN). Do read the Posting Guide and consider 
corresponding with the package author as directed by the package DESCRIPTION 
file.
On November 3, 2020 1:23:50 PM PST, varin sacha via R-help 
<r-help@r-project.org> wrote:
>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.

-- 
Sent from my phone. Please excuse my brevity.

______________________________________________
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.

Reply via email to