R Under development (unstable) (2026-04-25 r89962 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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. > # Load necessary libraries > library(testthat) > library(RMeDPower2) > > # Set up testing environment > options(warn = -1) # Suppress warnings during testing > > test_check("RMeDPower2") [1] "condition_column should be one of the column names" [1] "response_column should be one of the column names" [1] "experimental_columns must match column names" [1] "covariate should be null or one of the column names" [1] "crossed_columns must match column names" [1] "Cannot include interaction when covariate is NULL" [1] "condition_column should be one of the column names" [1] "nsimn should be a positive integer" [1] "levels must be 0 or 1" [1] "power_curve must be 0 or 1" [1] "target_columns must match column names" [1] "No outlier detected from the raw Data" [1] "No outlier detected from the raw Data" [1] "No outlier detected from the raw Data" [1] "No outlier detected from the raw Data" [1] "No outlier detected from the raw Data" [1] "No outlier detected from the raw Data" [1] "No outlier detected from the raw Data" [1] "No outlier detected from the raw Data" [1] "No outlier detected from the raw Data" [1] "No outlier detected from the raw Data" [1] "No outlier detected from the raw Data" [1] "No outlier detected from the raw Data" [1] "No outlier detected from the raw Data" [1] "No outlier detected from the raw Data" [1] "No outlier detected from the raw Data" [1] "No outlier detected from the raw Data" [1] "No outlier detected from the raw Data" [1] "No outlier detected from the raw Data" [1] "No outlier detected from the raw Data" [1] "No outlier detected from the raw Data" [1] "Not enough levels to perform cooks test for experimental_column1 with the assumed binomial distribution" [1] "No outlier detected from the raw Data" [1] "No outlier detected from the raw Data" [1] "No outlier detected from the raw Data" [1] "No outlier detected from the raw Data" Power for predictor 'condition_column', (95% confidence interval): 100.0% (69.15, 100.0) Test: Likelihood ratio Based on 10 simulations, (0 errors, 1 warning, 9 messages) Time elapsed: 0 h 0 m 2 s nb: result might be an observed power calculation [1] "_________________________________Effect size of the condition_column is now 0.5" [1] "random_slope_variable should be a numeric variable" [1] "No outlier detected from the raw Data" [1] "No outlier detected from the raw Data" [1] "No outlier detected from the raw Data" [1] "No outlier detected from the raw Data" [1] "No outlier detected from the raw Data" [1] "No outlier detected from the raw Data" [ FAIL 0 | WARN 0 | SKIP 0 | PASS 146 ] > > proc.time() user system elapsed 134.71 2.21 137.03