Hello Although there is info on the net about the von Neumann test - VonNeumannTest: Von Neumann's Successive Difference Test in DescTools: Tools for Descriptive Statistics (rdrr.io) <https://rdrr.io/cran/DescTools/man/VonNeumannTest.html> I can't make the function run and it doesn't say that the VonNeumannTest() function is ain a package. ?VonNeumannTest yields nothing Likewise, although there is a CRAN page for BartelsRankTest() it doesn't work and again ?BartelsRankTest gives nothing And again serialCorrelationTest isn't recognise although again there are Cran pages Can anyone point me to where I can find these functions and any info? Thanks Nick Wray
von Neumann/Bartels/Serial Correlation
3 messages · Nick Wray, Eric Berger, Rui Barradas
Hi Nick, I have no experience with this package but I just installed it with no problem and found the help and ran the functions.
library(DescTools) ?VonNeumannTest <-- works fine VonNeumannTest(d.pizza$temperature) <-- suggested in the help page; works fine ?BartelsRankTest <-- works fine
also the example in the help page for BartelsRankTest works fine. Did you run
library(DescTools)
sessionInfo()
R version 4.2.1 (2022-06-23) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Ubuntu 20.04.4 LTS Matrix products: default BLAS: /usr/lib/x86_64-linux-gnu/openblas-pthread/libblas.so.3 LAPACK: /usr/lib/x86_64-linux-gnu/openblas-pthread/liblapack.so.3 locale: [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C [3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 [5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 [7] LC_PAPER=en_US.UTF-8 LC_NAME=C [9] LC_ADDRESS=C LC_TELEPHONE=C [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] DescTools_0.99.43 loaded via a namespace (and not attached): [1] Rcpp_1.0.9 lattice_0.20-45 mvtnorm_1.1-3 class_7.3-20 [5] MASS_7.3-58 grid_4.2.1 rootSolve_1.8.2.3 e1071_1.7-11 [9] gld_2.6.2 Exact_3.0 data.table_1.14.2 rstudioapi_0.13 [13] Matrix_1.4-1 boot_1.3-28 tools_4.2.1 proxy_0.4-27 [17] compiler_4.2.1 lmom_2.8 expm_0.999-6 HTH, Eric
On Sun, Aug 14, 2022 at 11:38 AM Nick Wray <nickmwray at gmail.com> wrote:
Hello Although there is info on the net about the von Neumann test - VonNeumannTest: Von Neumann's Successive Difference Test in DescTools: Tools for Descriptive Statistics (rdrr.io) <https://rdrr.io/cran/DescTools/man/VonNeumannTest.html> I can't make the function run and it doesn't say that the VonNeumannTest() function is ain a package. ?VonNeumannTest yields nothing Likewise, although there is a CRAN page for BartelsRankTest() it doesn't work and again ?BartelsRankTest gives nothing And again serialCorrelationTest isn't recognise although again there are Cran pages Can anyone point me to where I can find these functions and any info? Thanks Nick Wray [[alternative HTML version deleted]]
______________________________________________ R-help at 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.
Hello, I cannot reproduce the errpr either. Maybe exit and restart R or reinstall the package ?remove.packages/?install.packages Hope this helps, Rui Barradas ?s 09:59 de 14/08/2022, Eric Berger escreveu:
Hi Nick, I have no experience with this package but I just installed it with no problem and found the help and ran the functions.
library(DescTools) ?VonNeumannTest <-- works fine VonNeumannTest(d.pizza$temperature) <-- suggested in the help page; works fine ?BartelsRankTest <-- works fine
also the example in the help page for BartelsRankTest works fine. Did you run
library(DescTools)
sessionInfo()
R version 4.2.1 (2022-06-23) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Ubuntu 20.04.4 LTS Matrix products: default BLAS: /usr/lib/x86_64-linux-gnu/openblas-pthread/libblas.so.3 LAPACK: /usr/lib/x86_64-linux-gnu/openblas-pthread/liblapack.so.3 locale: [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C [3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 [5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 [7] LC_PAPER=en_US.UTF-8 LC_NAME=C [9] LC_ADDRESS=C LC_TELEPHONE=C [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] DescTools_0.99.43 loaded via a namespace (and not attached): [1] Rcpp_1.0.9 lattice_0.20-45 mvtnorm_1.1-3 class_7.3-20 [5] MASS_7.3-58 grid_4.2.1 rootSolve_1.8.2.3 e1071_1.7-11 [9] gld_2.6.2 Exact_3.0 data.table_1.14.2 rstudioapi_0.13 [13] Matrix_1.4-1 boot_1.3-28 tools_4.2.1 proxy_0.4-27 [17] compiler_4.2.1 lmom_2.8 expm_0.999-6 HTH, Eric On Sun, Aug 14, 2022 at 11:38 AM Nick Wray <nickmwray at gmail.com> wrote:
Hello Although there is info on the net about the von Neumann test - VonNeumannTest: Von Neumann's Successive Difference Test in DescTools: Tools for Descriptive Statistics (rdrr.io) <https://rdrr.io/cran/DescTools/man/VonNeumannTest.html> I can't make the function run and it doesn't say that the VonNeumannTest() function is ain a package. ?VonNeumannTest yields nothing Likewise, although there is a CRAN page for BartelsRankTest() it doesn't work and again ?BartelsRankTest gives nothing And again serialCorrelationTest isn't recognise although again there are Cran pages Can anyone point me to where I can find these functions and any info? Thanks Nick Wray [[alternative HTML version deleted]]
______________________________________________ R-help at 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.
______________________________________________ R-help at 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.