Skip to content

Commit de0b1d0

Browse files
committed
update website
1 parent f379e4b commit de0b1d0

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

R/imputeResponse.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@
5555
#' @examples
5656
#' \dontrun{
5757
#'
58-
#' # Calculate Response using 50% method for one group.
58+
#' # Calculate response using 50% method for one group.
5959
#' imputeResponse(m.trt.pre = 20, m.trt.post = 11,
6060
#' sd.trt.post = 7, n.trt = 100)
6161
#'
62-
#' # Calculate Response for two groups and calculate effect sizes
62+
#' # Calculate response for two groups and calculate effect sizes
6363
#' imputeResponse(m.trt.pre = 20, m.trt.post = 11,
6464
#' sd.trt.post = 7, n.trt = 100,
6565
#' m.ctr.pre = 20, m.ctr.post = 18,

docs/authors.html

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

docs/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ articles:
55
metapsyTools: metapsyTools.html
66
installation: web/installation.html
77
look_inside: web/look_inside.html
8-
last_built: 2022-05-20T13:04Z
8+
last_built: 2022-05-20T13:39Z
99

docs/reference/createStudyTable.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/imputeResponse.html

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

docs/search.json

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

inst/CITATION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ citHeader("To cite metapsyTools in publications use:")
33
citEntry(
44
entry = "Manual",
55
title = '{metapsyTools}: Several {R} Helper Functions For The {"Metapsy"} Database',
6-
author = "Mathias Harrer and Paula Kuper and Antonia Sprenger and Pim Cuijpers",
6+
author = "Mathias Harrer and Paula Kuper and Antonia A. Sprenger and Pim Cuijpers",
77
year = "2022",
88
url = "https://doi.org/10.5281/zenodo.6566632",
9-
textVersion = paste("Harrer, M., Kuper, P., Sprenger, A. & Cuijpers, P. (2022). metapsyTools: Several R Helper",
9+
textVersion = paste("Harrer, M., Kuper, P., Sprenger, A. A. & Cuijpers, P. (2022). metapsyTools: Several R Helper",
1010
'Functions For the "Metapsy" Database. DOI: 10.5281/zenodo.6566632.'
1111
)
1212
)

man/createStudyTable.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/imputeResponse.Rd

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

0 commit comments

Comments
 (0)