R Under development (unstable) (2026-03-12 r89611 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. > library(testthat) > library(algebraic.mle) Attaching package: 'algebraic.mle' The following object is masked from 'package:testthat': expectation > > test_check("algebraic.mle") Maximum likelihood estimator of type mle_fit is normally distributed. The estimates of the parameters are given by: x 5 The standard error is 0.3162278 . The asymptotic 95% confidence interval of the parameters are given by: 2.5% 97.5% x 4.380205 5.619795 The MSE of the estimator is 0.1 . The log-likelihood is -20 . The AIC is 42 . Maximum likelihood estimator of type mle_fit is normally distributed. The estimates of the parameters are given by: x 5 The standard error is 0.3162278 . The asymptotic 95% confidence interval of the parameters are given by: 2.5% 97.5% x 4.380205 5.619795 The MSE of the estimator is 0.1 . The log-likelihood is -20 . The AIC is 42 . [ FAIL 0 | WARN 1 | SKIP 0 | PASS 239 ] [ FAIL 0 | WARN 1 | SKIP 0 | PASS 239 ] > > proc.time() user system elapsed 2.25 0.43 2.67