Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: stdmod
Title: Standardized Moderation Effect and Its Confidence Interval
Version: 0.2.11
Version: 0.2.11.1
Authors@R:
c(person(given = "Shu Fai",
family = "Cheung",
Expand All @@ -23,7 +23,7 @@ License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
RoxygenNote: 7.3.3
Suggests:
testthat,
knitr,
Expand Down
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# stdmod 0.2.11.1

## Miscellaneous

- Updated vignettes to use precomputed
files, instead of using stored objects,
when bootstrapping is used. This also
addressed Issue 127 on GitHub.
(0.2.11.1)

# stdmod 0.2.11

## Miscellaneous
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

# stdmod: Standardized Moderation <img src="man/figures/logo.png" align="right" height="150" />

(Version 0.2.11, updated on 2024-09-22, [release history](https://sfcheung.github.io/stdmod/news/index.html))
(Version 0.2.11.1, updated on 2026-01-04, [release history](https://sfcheung.github.io/stdmod/news/index.html))

(Important changes since 0.2.0.0: Bootstrap confidence intervals and
variance-covariance matrix of estimates are the defaults of `confint()`
Expand Down
6 changes: 4 additions & 2 deletions rebuild_vignettes.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ base_dir <- getwd()

setwd("vignettes/")
knitr::knit("cond_effect.Rmd.original", output = "cond_effect.Rmd")
# knitr::knit("moderation.Rmd.original", output = "moderation.Rmd")
# knitr::knit("std_selected.Rmd.original", output = "std_selected.Rmd")
knitr::knit("moderation.Rmd.original", output = "moderation.Rmd")
knitr::knit("std_selected.Rmd.original", output = "std_selected.Rmd")
knitr::knit("stdmod_lavaan.Rmd.original", output = "stdmod_lavaan.Rmd")
knitr::knit("stdmod.Rmd.original", output = "stdmod.Rmd")
setwd(base_dir)
Binary file removed vignettes/eg2_lm_xwy_std_ci.rds
Binary file not shown.
Binary file removed vignettes/eg_lm_xwy_std_ci.rds
Binary file not shown.
Binary file removed vignettes/egl_lavaan_boot.rds
Binary file not shown.
Binary file added vignettes/mod_reg-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vignettes/mod_reg_stdall-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading