Skip to content

Commit

Permalink
Merge pull request #145 from sfcheung/devel
Browse files Browse the repository at this point in the history
0.1.14.11: Fix some typos
  • Loading branch information
sfcheung authored Apr 3, 2024
2 parents 59c7aca + d841000 commit 1db1688
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: manymome
Title: Mediation, Moderation and Moderated-Mediation After Model Fitting
Version: 0.1.14.10
Version: 0.1.14.11
Authors@R:
c(person(given = "Shu Fai",
family = "Cheung",
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# manymome 0.1.14.10
# manymome 0.1.14.11

## New Features

Expand Down Expand Up @@ -46,7 +46,7 @@
are used to determine the means and SDs
used in drawing he plot. This approach
is useful when equality constraints
are present. (0.1.14.2, 0.1.14.6, 0.1.14.10)
are present. (0.1.14.2, 0.1.14.6, 0.1.14.10, 0.1.14.11)

- The `plot`-method of
`cond_indirect_effects`-class objects
Expand Down
4 changes: 2 additions & 2 deletions R/plotmod.R
Original file line number Diff line number Diff line change
Expand Up @@ -591,12 +591,12 @@ plot.cond_indirect_effects <- function(
if (has_groups && graph_type_original == "default") {
cap_txt <- paste0(cap_txt,
"\n",
"Graph type is set to tumble for multiple group models.")
"Graph type is set to tumble for multigroup models.")
}
if (use_implied_stats && fit_type != "lm") {
cap_txt <- paste0(cap_txt,
"\n",
"Model implied means and SDs are used in drawing the points'.")
"Model implied means and SDs are used in drawing the points.")
}
out <- p +
ggplot2::labs(title = title,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[![R-CMD-check](https://github.com/sfcheung/manymome/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/sfcheung/manymome/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->

(Version 0.1.14.10, updated on 2024-04-01, [release history](https://sfcheung.github.io/manymome/news/index.html))
(Version 0.1.14.11, updated on 2024-04-03, [release history](https://sfcheung.github.io/manymome/news/index.html))

# manymome <img src="man/figures/logo.png" align="right" height="150" />

Expand Down
Binary file modified vignettes/articles/manymome_draw_mod_mg-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion vignettes/articles/med_mg.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ fit_boot_out <- do_boot(fit = fit,
seed = 53253,
ncores = 8)
#> 8 processes started to run bootstrapping.
#> The expected CPU time is about 7.5 second(s).
#> The expected CPU time is about 0 second(s).
```

# Estimate Indirect Effects
Expand Down

0 comments on commit 1db1688

Please sign in to comment.