R Under development (unstable) (2024-06-10 r86715 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(BFpack) Loading required package: bain Registered S3 methods overwritten by 'BFpack': method from get_estimates.lm bain get_estimates.t_test bain > > test_check("BFpack") Unconstrained Bayesian estimates correlation types mpg cyl mpg cyl product-moment Posterior 2.5% lower bounds: mpg cyl mpg cyl -0.926 Posterior median: mpg cyl mpg cyl -0.852 Posterior 97.5% upper bounds: mpg cyl mpg cyl -0.707 Unconstrained Bayesian estimates Group g1: correlation types cyl disp hp cyl disp product-moment hp product-moment product-moment Posterior 2.5% lower bounds: cyl disp hp cyl disp 0.355 hp 0.193 0.198 Posterior median: cyl disp hp cyl disp 0.907 hp 0.877 0.867 Posterior 97.5% upper bounds: cyl disp hp cyl disp 0.985 hp 0.983 0.981 Group g2: correlation types cyl disp hp cyl disp product-moment hp product-moment product-moment Posterior 2.5% lower bounds: cyl disp hp cyl disp 0.758 hp 0.595 0.493 Posterior median: cyl disp hp cyl disp 0.906 hp 0.829 0.786 Posterior 97.5% upper bounds: cyl disp hp cyl disp 0.963 hp 0.932 0.915 [1] "test a single correlation on categorical outcomes" Unconstrained Bayesian estimates correlation types vs am vs am tetrachoric Posterior 2.5% lower bounds: vs am vs am -0.265 Posterior median: vs am vs am 0.329 Posterior 97.5% upper bounds: vs am vs am 0.82 Unconstrained Bayesian estimates correlation types mpg cyl am gear mpg cyl polyserial am biserial tetrachoric gear product-moment polyserial biserial Posterior 2.5% lower bounds: mpg cyl am gear mpg cyl -0.994 am 0.935 -0.994 gear 0.263 -0.696 0.367 Posterior median: mpg cyl am gear mpg cyl -0.993 am 0.989 -0.993 gear 0.484 -0.532 0.571 Posterior 97.5% upper bounds: mpg cyl am gear mpg cyl -0.985 am 0.993 -0.968 gear 0.657 -0.325 0.751 [ FAIL 0 | WARN 0 | SKIP 13 | PASS 107 ] ══ Skipped tests (13) ══════════════════════════════════════════════════════════ • On CRAN (13): 'test_BFcortest.R:69:3', 'test_BFergm.R:6:3', 'test_BFergm.R:42:3', 'test_BFmeta.R:13:3', 'test_BFmlm.R:41:3', 'test_anova_manova.R:27:3', 'test_anova_manova.R:40:3', 'test_anova_manova.R:79:3', 'test_anova_manova.R:95:3', 'test_application4_BF.mlm_regression.R:3:3', 'test_application7_BF.lmerMod.R:4:3', 'test_application7_BF.lmerMod.R:36:3', 'test_ttest.R:92:3' [ FAIL 0 | WARN 0 | SKIP 13 | PASS 107 ] > > proc.time() user system elapsed 26.07 1.51 27.59