From ef548039930d6c96426d223e973fff921e05b978 Mon Sep 17 00:00:00 2001 From: etiennebacher Date: Sat, 9 May 2026 19:33:05 +0100 Subject: [PATCH] init --- DESCRIPTION | 2 +- man/contr.deviation.Rd | 8 ++++---- man/datawizard-package.Rd | 1 + man/normalize.Rd | 10 +++++----- man/ranktransform.Rd | 10 +++++----- man/reexports.Rd | 2 +- man/rescale.Rd | 10 +++++----- man/reverse.Rd | 10 +++++----- man/standardize.Rd | 16 ++++++++-------- man/standardize.default.Rd | 4 ++-- 10 files changed, 37 insertions(+), 36 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index df352bf0a..62d6d265e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -78,7 +78,7 @@ VignetteBuilder: Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) -RoxygenNote: 7.3.3 Config/testthat/edition: 3 Config/testthat/parallel: true Config/Needs/website: easystats/easystatstemplate +Config/roxygen2/version: 8.0.0 diff --git a/man/contr.deviation.Rd b/man/contr.deviation.Rd index 8d168abf7..1ec685667 100644 --- a/man/contr.deviation.Rd +++ b/man/contr.deviation.Rd @@ -24,11 +24,11 @@ Build a deviation contrast matrix, a type of \emph{effects contrast} matrix. } \details{ In effects coding, unlike treatment/dummy coding -(\code{\link[stats:contrast]{stats::contr.treatment()}}), each contrast sums to 0. In regressions models, +(\code{\link[stats:contr.treatment]{stats::contr.treatment()}}), each contrast sums to 0. In regressions models, this results in an intercept that represents the (unweighted) average of the group means. In ANOVA settings, this also guarantees that lower order effects represent \emph{main} effects (and not \emph{simple} or \emph{conditional} effects, as is -the case when using R's default \code{\link[stats:contrast]{stats::contr.treatment()}}). +the case when using R's default \code{\link[stats:contr.treatment]{stats::contr.treatment()}}). \cr\cr Deviation coding (\code{contr.deviation}) is a type of effects coding. With deviation coding, the coefficients for factor variables are interpreted as @@ -39,7 +39,7 @@ represents the overall mean (average of the group means for the 3 groups), and the coefficients \code{groupB} and \code{groupC} represent the differences between the A group mean and the B and C group means, respectively. \cr\cr -Sum coding (\code{\link[stats:contrast]{stats::contr.sum()}}) is another type of effects coding. With sum +Sum coding (\code{\link[stats:contr.sum]{stats::contr.sum()}}) is another type of effects coding. With sum coding, the coefficients for factor variables are interpreted as the difference of each factor level from \strong{the grand (across-groups) mean}. For example, for a factor \code{group} with levels "A", "B", and "C", with @@ -101,5 +101,5 @@ solve(mm) \dontshow{\}) # examplesIf} } \seealso{ -\code{\link[stats:contrast]{stats::contr.sum()}} +\code{\link[stats:contr.sum]{stats::contr.sum()}} } diff --git a/man/datawizard-package.Rd b/man/datawizard-package.Rd index d389df6ac..c263453eb 100644 --- a/man/datawizard-package.Rd +++ b/man/datawizard-package.Rd @@ -33,6 +33,7 @@ Useful links: Authors: \itemize{ + \item Etienne Bacher \email{etienne.bacher@protonmail.com} (\href{https://orcid.org/0000-0002-9271-5075}{ORCID}) \item Indrajeet Patil \email{patilindrajeet.science@gmail.com} (\href{https://orcid.org/0000-0003-1995-6531}{ORCID}) \item Dominique Makowski \email{dom.makowski@gmail.com} (\href{https://orcid.org/0000-0001-5375-9967}{ORCID}) \item Daniel Lüdecke \email{d.luedecke@uke.de} (\href{https://orcid.org/0000-0002-8895-3206}{ORCID}) diff --git a/man/normalize.Rd b/man/normalize.Rd index 579df47ba..425d32645 100644 --- a/man/normalize.Rd +++ b/man/normalize.Rd @@ -177,10 +177,10 @@ Regression with Beta-Distributed Dependent Variables. Psychological Methods, \seealso{ See \code{\link[=makepredictcall.dw_transformer]{makepredictcall.dw_transformer()}} for use in model formulas. -Other transform utilities: -\code{\link{ranktransform}()}, -\code{\link{rescale}()}, -\code{\link{reverse}()}, -\code{\link{standardize}()} +Other transform utilities: +\code{\link[=ranktransform]{ranktransform()}}, +\code{\link[=rescale]{rescale()}}, +\code{\link[=reverse]{reverse()}}, +\code{\link[=standardize]{standardize()}} } \concept{transform utilities} diff --git a/man/ranktransform.Rd b/man/ranktransform.Rd index 10edec53c..d454718bd 100644 --- a/man/ranktransform.Rd +++ b/man/ranktransform.Rd @@ -135,10 +135,10 @@ ranktransform(c(0, 1, 5, -5, -2), sign = TRUE, zeros = "signrank") head(ranktransform(trees)) } \seealso{ -Other transform utilities: -\code{\link{normalize}()}, -\code{\link{rescale}()}, -\code{\link{reverse}()}, -\code{\link{standardize}()} +Other transform utilities: +\code{\link[=normalize]{normalize()}}, +\code{\link[=rescale]{rescale()}}, +\code{\link[=reverse]{reverse()}}, +\code{\link[=standardize]{standardize()}} } \concept{transform utilities} diff --git a/man/reexports.Rd b/man/reexports.Rd index 425f30542..640dae564 100644 --- a/man/reexports.Rd +++ b/man/reexports.Rd @@ -13,6 +13,6 @@ These objects are imported from other packages. Follow the links below to see their documentation. \describe{ - \item{insight}{\code{\link[insight]{display}}, \code{\link[insight:display]{print_html}}, \code{\link[insight:display]{print_md}}} + \item{insight}{\code{\link[insight:display]{display()}}, \code{\link[insight:print_html]{print_html()}}, \code{\link[insight:print_md]{print_md()}}} }} diff --git a/man/rescale.Rd b/man/rescale.Rd index e37957022..8e3c4c1b7 100644 --- a/man/rescale.Rd +++ b/man/rescale.Rd @@ -186,10 +186,10 @@ rescale(d, multiply = list(x = 1.1, y = 0.5)) \seealso{ See \code{\link[=makepredictcall.dw_transformer]{makepredictcall.dw_transformer()}} for use in model formulas. -Other transform utilities: -\code{\link{normalize}()}, -\code{\link{ranktransform}()}, -\code{\link{reverse}()}, -\code{\link{standardize}()} +Other transform utilities: +\code{\link[=normalize]{normalize()}}, +\code{\link[=ranktransform]{ranktransform()}}, +\code{\link[=reverse]{reverse()}}, +\code{\link[=standardize]{standardize()}} } \concept{transform utilities} diff --git a/man/reverse.Rd b/man/reverse.Rd index 600524011..9d533f488 100644 --- a/man/reverse.Rd +++ b/man/reverse.Rd @@ -141,10 +141,10 @@ head(reverse(iris, select = "Sepal.Length")) } \seealso{ -Other transform utilities: -\code{\link{normalize}()}, -\code{\link{ranktransform}()}, -\code{\link{rescale}()}, -\code{\link{standardize}()} +Other transform utilities: +\code{\link[=normalize]{normalize()}}, +\code{\link[=ranktransform]{ranktransform()}}, +\code{\link[=rescale]{rescale()}}, +\code{\link[=standardize]{standardize()}} } \concept{transform utilities} diff --git a/man/standardize.Rd b/man/standardize.Rd index 03b597e7e..8f5fe037c 100644 --- a/man/standardize.Rd +++ b/man/standardize.Rd @@ -279,14 +279,14 @@ standardize(d, center = 1, scale = 3) See \code{\link[=center]{center()}} for grand-mean centering of variables, and \code{\link[=makepredictcall.dw_transformer]{makepredictcall.dw_transformer()}} for use in model formulas. -Other transform utilities: -\code{\link{normalize}()}, -\code{\link{ranktransform}()}, -\code{\link{rescale}()}, -\code{\link{reverse}()} - -Other standardize: -\code{\link{standardize.default}()} +Other transform utilities: +\code{\link[=normalize]{normalize()}}, +\code{\link[=ranktransform]{ranktransform()}}, +\code{\link[=rescale]{rescale()}}, +\code{\link[=reverse]{reverse()}} + +Other standardize: +\code{\link[=standardize.default]{standardize.default()}} } \concept{standardize} \concept{transform utilities} diff --git a/man/standardize.default.Rd b/man/standardize.default.Rd index bea18b5fd..3cede6f0e 100644 --- a/man/standardize.default.Rd +++ b/man/standardize.default.Rd @@ -94,7 +94,7 @@ coef(standardize(model)) } \seealso{ -Other standardize: -\code{\link{standardize}()} +Other standardize: +\code{\link[=standardize]{standardize()}} } \concept{standardize}