<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Getting Started — DSAMbayes Documentation</title>
    <link>/getting-started/index.html</link>
    <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>
    <generator>Hugo</generator>
    <language>en-gb</language>
    <atom:link href="/getting-started/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Install and Setup</title>
      <link>/getting-started/install-and-setup/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/getting-started/install-and-setup/index.html</guid>
      <description>Audience Engineers and analysts setting up DSAMbayes for local development or modelling runs.&#xA;Prerequisites R &gt;= 4.1 — check with R --version. A C++ toolchain for Stan compilation. This is the most common source of setup issues: macOS: install Xcode Command Line Tools (xcode-select --install). Windows: install Rtools matching your R version. Ensure make is on your PATH. Linux (Ubuntu/Debian): sudo apt install build-essential. See the RStan Getting Started Guide for detailed platform instructions. A local checkout of this repository. Quick setup (recommended) Open a terminal in the repository root and run:</description>
    </item>
    <item>
      <title>Concepts</title>
      <link>/getting-started/concepts/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/getting-started/concepts/index.html</guid>
      <description>Purpose Give new DSAMbayes users a compact conceptual orientation before they move into tutorials, runner usage, or the workflow section.&#xA;This page is intentionally introductory. It does not try to be the full methodology guide for Bayesian MMM. For that, use Principled Bayesian Workflow.&#xA;What is DSAMbayes? DSAMbayes is an R package for Bayesian marketing mix modelling built on Stan. It provides:</description>
    </item>
    <item>
      <title>Your First BLM Model</title>
      <link>/getting-started/first-blm-model/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/getting-started/first-blm-model/index.html</guid>
      <description>Goal Build, fit, and interpret a single-market Bayesian linear model (BLM) using the DSAMbayes R API.&#xA;This page is a hands-on tutorial. For the broader methodological questions behind prior-setting and diagnostics, use the workflow pages:&#xA;Stage 2: Model and Priors Stage 4: Computation and Sampler Stage 5: Model Adequacy Prerequisites DSAMbayes installed locally (see Install and Setup). Familiarity with R and lm()-style formulas. Dataset This walkthrough uses the synthetic dataset shipped at data/synthetic_dsam_example_wide_data.csv. It contains weekly observations for a single market with columns for:</description>
    </item>
    <item>
      <title>Your First Hierarchical Model</title>
      <link>/getting-started/first-hierarchical-model/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/getting-started/first-hierarchical-model/index.html</guid>
      <description>Goal Build, fit, and interpret a multi-market hierarchical model with partial pooling and optional CRE (Mundlak) correction using the DSAMbayes R API.&#xA;This page is a hands-on tutorial. For the broader methodological questions behind prior-setting, diagnostics, and interpretation, use the workflow pages:&#xA;Stage 2: Model and Priors Stage 4: Computation and Sampler Stage 5: Model Adequacy Prerequisites DSAMbayes installed locally (see Install and Setup). Familiarity with the BLM workflow (see Your First BLM Model). Understanding of random-effects / mixed-model concepts. Dataset This walkthrough uses data/synthetic_dsam_example_hierarchical_data.csv — a panel dataset with weekly observations across multiple markets. Key columns:</description>
    </item>
    <item>
      <title>Quickstart (YAML Runner)</title>
      <link>/getting-started/quickstart/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/getting-started/quickstart/index.html</guid>
      <description>Goal Complete one reproducible DSAMbayes runner execution from validation to artefact inspection, then load the fitted model in R to explore the results interactively.&#xA;This page is operational by design. It teaches you how to run the package, not the full modelling methodology. After the quickstart succeeds, use Principled Bayesian Workflow before treating outputs as decision-ready.&#xA;Before you start Complete the setup in Install and Setup. If you want to build a model interactively from R code instead of YAML, see Your First BLM Model.</description>
    </item>
    <item>
      <title>FAQ</title>
      <link>/getting-started/faq/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/getting-started/faq/index.html</guid>
      <description>This page is for short, practical answers.&#xA;For the bigger methodological questions, start with:&#xA;What Principled Means Frequentist to Bayesian Translation Stage 2: Model and Priors Stage 4: Computation and Sampler Stage 5: Model Adequacy Installation and setup How long does the first Stan compilation take? Usually 1 to 3 minutes. Subsequent runs typically reuse the cached binary. If compilation appears stuck, check the C++ toolchain in Install and Setup.</description>
    </item>
  </channel>
</rss>