The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
First major release.
This version consolidates the API, improves robustness for
FactoMineR outputs, and harmonizes audience-tailored
prompts across all functions.
All trainer functions now rely on a centralized core
(trainer_core.R) for consistent prompt
building, audience profiling, output
capture, and regex/quoting helpers. Any update
to the core instantly benefits all trainers.
trainer_t_test() — Interpret Student’s t-tests
(one-sample, two-sample, paired, Welch) with audience-aware guidance on
p-values vs confidence intervals.trainer_cor_test() — Interpret correlation tests
(Pearson, Spearman,
Kendall) with clear distinction between
statistical significance and practical
magnitude.trainer_var_test() — Interpret F-tests for equality of
variances.trainer_AovSum() and trainer_LinearModel()
use centralized heuristics
(trainer_core_extract_tables_heuristic) to reliably extract
F-test and T-test tables even when
standard headers are missing (common with
capture.output).trainer_core_quote) and detection helpers.gemini_generate() enables direct interaction with
Google’s Gemini API.compile_to = "html" and
compile_to = "docx" to directly render LLM
responses into reports.NULL or
of the wrong class.extract_section/header-loss issues
by using the shared core heuristic and single re-attachment of T-table
headers after filtering.trainer_AovSum.stringr dependency in
examples.Major pre-CRAN update with bug fixes, improved prompts, and Gemini API support.
gemini_generate() — minimal,
robust wrapper for Google Gemini (Generative Language API) to
programmatically generate LLM responses from R.
"gemini-2.5-flash" or
"models/gemini-2.5-flash").v1beta/models/{model}:generateContent) and query key.temperature, top_p,
top_k, max_output_tokens,
stop_sequences, system_instruction,
seed, timeout, verbose.EnTraineR/0.9.0 (https://github.com/Sebastien-Le/EnTraineR).finishReason or safety blocks with clear errors.trainer_LinearModel() when
global-fit lines were partially printed (missing df or p). Now defensive
against missing fields.trainer_LinearModel() (ham and deforestation case
studies).trainer_AovSum() (sensory chocolates and poussin
datasets).Imports: httr2 to satisfy namespace checks for
gemini_generate().GEMINI_API_KEY by default.First CRAN release.
trainer_AovSum() for ANOVA tables
(FactoMineR::AovSum).trainer_LinearModel() for multiple linear regression
(FactoMineR::LinearModel) with global fit summary + per-term F/T
sections and optional AIC/BIC selection.trainer_t_test() for stats::t.test.trainer_var_test() for
stats::var.test.trainer_prop_test() for
stats::prop.test.trainer_cor_test() for stats::cor.test
(Pearson/Spearman/Kendall).trainer_chisq_test() for stats::chisq.test
(GOF and contingency tables).summary_only = TRUE for 3-bullet
executive summaries.deforestation: water/air temperatures before vs after
riparian clearing.ham: sensory descriptors and overall liking (multiple
regression).poussin: chick weight by brooding temperature and sex
(ANOVA).requireNamespace("FactoMineR", quietly = TRUE).These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.