This report analyzes a model variant that adds an explicit linear trend parameter δ to test whether
weight changes over the study period show a secular trend independent of fitness effects. Comparing this model to
the constrained AR(1) model helps determine whether strength/aerobic effects are robust or confounded with trends.
$$weight[t] \sim \text{Student-t}(\nu, \mu[t], \sigma_w)$$
$$\mu[t] = weight\_intercept + \delta \cdot \frac{t - 0.5D}{D} + \gamma_s \cdot strength\_fitness[t] + \gamma_a \cdot aerobic\_fitness[t] + f\_{daily}[t] + \epsilon[t]$$
where:
delta ~ normal(0, 1.0)
Weakly informative: 1 std unit of δ corresponds to ~31.45 lbs change over full study period (924 days). If δ = ±0.01, that's 0.31 lbs per 924 days.
Posterior means and 95% credible intervals. Focus on δ and comparison of γ_s, γ_a to base model.
| Parameter | Mean | 2.5% CI | 97.5% CI | R-hat | ESS (bulk) |
|---|---|---|---|---|---|
delta |
0.0340 | nan | nan | — | — |
rho |
0.2647 | nan | nan | — | — |
sigma_epsilon |
0.3768 | nan | nan | — | — |
gamma_s |
0.1537 | nan | nan | — | — |
gamma_a |
-0.0873 | nan | nan | — | — |
weight_intercept |
-1.9153 | nan | nan | — | — |
nu |
13.5329 | nan | nan | — | — |
sigma_w |
0.0947 | nan | nan | — | — |
sigma_fourier |
0.1796 | nan | nan | — | — |
beta_s |
0.3072 | nan | nan | — | — |
beta_a |
0.3326 | nan | nan | — | — |
alpha_d_s |
0.9948 | nan | nan | — | — |
alpha_m_s |
0.5019 | nan | nan | — | — |
alpha_d_a |
0.8097 | nan | nan | — | — |
alpha_m_a |
0.4978 | nan | nan | — | — |
Point estimate: δ = 0.034039 (95% CI: [nan, nan])
Implied weight change over study period:
To assess whether adding the trend parameter changes fitness effect estimates, compare:
| Parameter | Base Model | Trend Model | Change | Interpretation |
|---|---|---|---|---|
γ_s |
~0.143 | See table above | ↓ = confounding | Strength effect less/more confounded with trend |
γ_a |
~-0.086 | See table above | Shift = trend impact | Aerobic effect independent of trend |
δ |
N/A | See above | — | Estimated secular weight change |
Model Comparison (LOO-CV): If elpd difference is <1 SE, both models are equivalent. If trend model has better predictive performance, the trend parameter provides real value for prediction.
MCMC Sampling Configuration:
Convergence: Check R-hat values above. All should be <1.01 for good mixing.