<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>DSAMbayes Documentation</title>
    <link>/index.html</link>
    <description>Documentation for DSAMbayes v1.3.3 — a Bayesian marketing mix modelling toolkit for R, built on Stan.&#xA;DSAMbayes provides a unified interface for building, fitting, and interpreting MMM models. It supports single-market regression (BLM), multi-market hierarchical models with partial pooling, and pooled models with structured media coefficients. All model types share the same post-fit interface for posterior extraction, diagnostics, decomposition, and budget optimisation.&#xA;The docs are organised around a simple idea: DSAMbayes is not just an API or a runner. It is a way of operating a principled Bayesian MMM workflow with explicit assumptions, diagnostic gates, and decision rules.</description>
    <generator>Hugo</generator>
    <language>en-gb</language>
    <atom:link href="/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Getting Started</title>
      <link>/getting-started/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/getting-started/index.html</guid>
      <description>Purpose Onboard a new user from install to first successful DSAMbayes run, then point them into the workflow guidance needed for serious modelling use.&#xA;Audience New DSAMbayes users. Analysts running DSAMbayes through R scripts or CLI. Recommended route Install and Setup Quickstart (YAML Runner) Principled Bayesian Workflow Your First BLM Model or Your First Hierarchical Model If you are coming from classical econometrics, read Frequentist to Bayesian Translation before customising priors or interpreting diagnostics.</description>
    </item>
    <item>
      <title>Principled Bayesian Workflow</title>
      <link>/workflow/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/workflow/index.html</guid>
      <description>Purpose Give DSAMbayes users a workflow-shaped mental model for Bayesian MMM. This section is the methodological spine of the docs: it explains the sequence of decisions, assumptions, and diagnostic gates that should sit behind any DSAMbayes run.&#xA;Audience Econometricians moving from OLS or other frequentist MMM workflows into Bayesian modelling. Analysts who know how to run DSAMbayes but want a more defensible modelling process. Reviewers who need to understand what a “good” DSAMbayes run should have passed before interpretation. Why this section exists DSAMbayes already documents its runner, model classes, priors, and diagnostics in detail. What most users still need is a clear answer to:</description>
    </item>
    <item>
      <title>Runner</title>
      <link>/runner/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/runner/index.html</guid>
      <description>Purpose Document CLI and YAML runner contracts for reproducible DSAMbayes runs.&#xA;Audience Users operating DSAMbayes through scripts/dsambayes.R. Engineers maintaining runner config and artefact contracts. Pages Page Topic CLI Usage Commands, flags, exit codes, and error modes Config Schema YAML keys, defaults, and validation rules Output Artefacts Staged folder layout, file semantics, and precedence rules</description>
    </item>
    <item>
      <title>Modelling</title>
      <link>/modelling/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/modelling/index.html</guid>
      <description>Purpose Describe model classes, inference contracts, diagnostics, and decision-layer semantics for DSAMbayes. This section is primarily reference material; use Principled Bayesian Workflow for the methodology spine.&#xA;Audience Practitioners building and interpreting DSAMbayes models. Reviewers validating modelling assumptions and outputs. Pages Page Topic Model Classes BLM, hierarchical, and pooled class constructors, fit support, and limitations Model Object Lifecycle State transitions from construction through fitting to post-fit extraction Priors and Boundaries Prior schema, defaults, overrides, boundary controls, and scale semantics Minimal-Prior Policy Governance guidance for prior specification in MMM Response Scale Semantics Identity vs log response, KPI-scale conversion, Jensen-safe reporting Diagnostics Gates Policy modes, threshold tables, identifiability gate, and remediation actions CRE / Mundlak Correlated random effects for hierarchical models Time Components Managed holiday feature generation and weekly anchoring Budget Optimisation Decision-layer budget allocation, objectives, risk scoring, and response transforms</description>
    </item>
    <item>
      <title>Plots</title>
      <link>/plots/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/plots/index.html</guid>
      <description>Purpose This section documents every plot the DSAMbayes runner produces. Each page covers one pipeline stage, describes what the plot shows, explains when and why the runner generates it, and gives practical interpretation guidance. The target reader is a modelling operator or analyst who needs to assess run quality without reading source code.&#xA;Pipeline stages The runner writes artefacts into timestamped directories under results/. Plots are organised into six stages, each with its own subdirectory:</description>
    </item>
    <item>
      <title>How-To Guides</title>
      <link>/how-to/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/how-to/index.html</guid>
      <description>Purpose Provide task-oriented recipes for common DSAMbayes operational workflows. Each guide starts from a user objective, gives minimal reproducible steps, and includes expected output artefacts and quick verification checks.&#xA;Audience Users who know the concepts but need execution steps. Engineers debugging run and artefact issues. Pages Guide Objective Run from YAML Execute a complete runner workflow and verify staged outputs Interpret Diagnostics Read and act on diagnostics gate results Compare Runs Compare multiple runs and select a candidate model Debug Run Failures Diagnose and resolve common runner failure modes</description>
    </item>
    <item>
      <title>Appendices</title>
      <link>/appendices/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/appendices/index.html</guid>
      <description>Purpose Provide reference material that supports core user guidance without duplicating operational instructions.&#xA;Audience Readers needing precise terminology definitions Engineers orienting themselves in R/ source modules Reviewers validating implementation traceability Pages Glossary: canonical DSAMbayes terminology. R Module Index: logical map of package source files. Traceability Map: how to map issues and recommendations to implementation evidence. Usage rules Use appendices as reference pages, not primary process documentation. Keep operational runbooks in docs/getting-started/, docs/runner/, and docs/internal/. Prefer links to authoritative sources instead of duplicating constraints or commands. Related sections Getting Started Runner Modelling Internal (Engineering)</description>
    </item>
    <item>
      <title>Internal (Engineering)</title>
      <link>/internal/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/internal/index.html</guid>
      <description>Purpose Define manual quality gates and release-readiness checks for DSAMbayes. The normal cadence is quarterly; these pages deliberately do not prescribe CI/CD.&#xA;Audience Maintainers preparing and validating releases. Reviewers checking evidence before sign-off. Pages Page Topic Testing and Validation Quality-gate execution commands, expected outcomes, and evidence capture Quality Gates Gate definitions and pass/fail criteria Runner Smoke Tests Minimal runner validation runs Repository Size Cleanup Local repository-size findings and cleanup plan Release Readiness Checklist Gate checklist and sign-off fields Release Evidence Pack Artefact collection for stakeholder review Release Playbook Manual, evidence-led quarterly release process Sign-off Template Release sign-off record template</description>
    </item>
  </channel>
</rss>