Skip to content

Commit 976ee6b

Browse files
committed
Deploying to gh-pages from @ p-wegmueller/reviser@5c94582882b3860b9d36a94138aa7b697b202a86 🚀
1 parent 8d4dc79 commit 976ee6b

6 files changed

Lines changed: 64 additions & 56 deletions

File tree

articles/nowcasting-revisions-jvn.html

Lines changed: 19 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

articles/nowcasting-revisions-jvn.md

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -204,24 +204,26 @@ per release, which is the format expected by
204204
``` r
205205
fit_jvn <- load_or_build_vignette_result(
206206
"nowcasting-revisions-jvn-fit.rds",
207-
function() jvn_nowcast(
208-
df = df,
209-
e = 4,
210-
ar_order = 2,
211-
h = 0,
212-
include_news = TRUE,
213-
include_noise = TRUE,
214-
include_spillovers = TRUE,
215-
spillover_news = TRUE,
216-
spillover_noise = TRUE,
217-
method = "MLE",
218-
standardize = FALSE,
219-
solver_options = list(
220-
method = "L-BFGS-B",
221-
maxiter = 100,
222-
se_method = "hessian"
207+
function() {
208+
jvn_nowcast(
209+
df = df,
210+
e = 4,
211+
ar_order = 2,
212+
h = 0,
213+
include_news = TRUE,
214+
include_noise = TRUE,
215+
include_spillovers = TRUE,
216+
spillover_news = TRUE,
217+
spillover_noise = TRUE,
218+
method = "MLE",
219+
standardize = FALSE,
220+
solver_options = list(
221+
method = "L-BFGS-B",
222+
maxiter = 100,
223+
se_method = "hessian"
224+
)
223225
)
224-
)
226+
}
225227
)
226228

227229
summary(fit_jvn)

articles/nowcasting-revisions-kk.html

Lines changed: 12 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

articles/nowcasting-revisions-kk.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -220,17 +220,19 @@ before a release is statistically close to the final benchmark.
220220
``` r
221221
fit_kk <- load_or_build_vignette_result(
222222
"nowcasting-revisions-kk-fit.rds",
223-
function() kk_nowcast(
224-
df = data_kk,
225-
e = e,
226-
model = "KK",
227-
method = "MLE",
228-
solver_options = list(
229-
method = "L-BFGS-B",
230-
maxiter = 100,
231-
se_method = "hessian"
223+
function() {
224+
kk_nowcast(
225+
df = data_kk,
226+
e = e,
227+
model = "KK",
228+
method = "MLE",
229+
solver_options = list(
230+
method = "L-BFGS-B",
231+
maxiter = 100,
232+
se_method = "hessian"
233+
)
232234
)
233-
)
235+
}
234236
)
235237

236238
summary(fit_kk)

pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ articles:
99
reviser: reviser.html
1010
revision-analysis: revision-analysis.html
1111
understanding-revisions: understanding-revisions.html
12-
last_built: 2026-03-19T15:57Z
12+
last_built: 2026-03-19T16:02Z
1313
urls:
1414
reference: https://p-wegmueller.github.io/reviser/reference
1515
article: https://p-wegmueller.github.io/reviser/articles

search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)