Skip to content

Commit a0f6b5d

Browse files
committed
Deploying to gh-pages from @ 28b7d74 🚀
1 parent 09813b5 commit a0f6b5d

41 files changed

Lines changed: 123 additions & 123 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
39 Bytes
Loading
19 Bytes
Loading
41 Bytes
Loading

articles/model_parameters.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.

articles/model_parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ parameters(model)
336336
#>
337337
#> Parameter | Coefficient
338338
#> -------------------------------
339-
#> SD (Intercept: t) | 4.61e-04
339+
#> SD (Intercept: t) | 4.60e-04
340340
#> SD (Residual) |
341341
```
342342

articles/parameters_reduction.html

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

articles/parameters_reduction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,21 +86,21 @@ reduce_parameters(model, method = "cMDS") %>%
8686
#> ------------------------------------------------------------------------------
8787
#> (Intercept) | 64.63 | 1.41
8888
#> raises 0 85/complaints 0 84/learning 0 83/privileges 0 74 | 0.43 | 0.07
89-
#> advance -0 60 | 0.32 | 0.13
89+
#> advance 0 60 | -0.32 | 0.13
9090
#> critical -0 65 | -0.24 | 0.15
9191
#>
9292
#> Parameter | 95% CI
9393
#> --------------------------------------------------------------------------
9494
#> (Intercept) | [61.73, 67.53]
9595
#> raises 0 85/complaints 0 84/learning 0 83/privileges 0 74 | [ 0.28, 0.57]
96-
#> advance -0 60 | [ 0.04, 0.59]
96+
#> advance 0 60 | [-0.59, -0.04]
9797
#> critical -0 65 | [-0.56, 0.07]
9898
#>
9999
#> Parameter | t(26) | p
100100
#> --------------------------------------------------------------------------
101101
#> (Intercept) | 45.80 | < .001
102102
#> raises 0 85/complaints 0 84/learning 0 83/privileges 0 74 | 6.14 | < .001
103-
#> advance -0 60 | 2.36 | 0.026
103+
#> advance 0 60 | -2.36 | 0.026
104104
#> critical -0 65 | -1.61 | 0.120
105105
```
106106

articles/standardize_parameters_effsize.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.

articles/standardize_parameters_effsize.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ standardize_parameters(m)
3939
>
4040
> Parameter | Std. Coef. | 95% CI
4141
> ----------------------------------------
42-
> (Intercept) | -9.80e-16 | [-0.21, 0.21]
42+
> (Intercept) | -9.44e-16 | [-0.21, 0.21]
4343
> complaints | 0.83 | [ 0.61, 1.04]
4444

4545
Standardizing the coefficient of this *simple* linear regression gives a
@@ -271,7 +271,7 @@ standardize_parameters(mod)
271271
>
272272
> Parameter | Std. Coef. | 95% CI
273273
> ----------------------------------------
274-
> (Intercept) | 2.77e-16 | [-0.03, 0.03]
274+
> (Intercept) | 2.85e-16 | [-0.03, 0.03]
275275
> xtra hours | 0.77 | [ 0.73, 0.81]
276276
> n comps | 0.39 | [ 0.36, 0.42]
277277
> age | 0.04 | [ 0.00, 0.07]

pkgdown.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pandoc: '3.9'
22
pkgdown: 2.2.0.9000
3-
pkgdown_sha: c07d935583c90125586821e3b39ed52f16593e42
3+
pkgdown_sha: f3ec6e2bb122e10436eccda7b221e297ab9d395a
44
articles:
55
clustering: clustering.html
66
demean: demean.html
@@ -14,7 +14,7 @@ articles:
1414
parameters_reduction: parameters_reduction.html
1515
parameters_selection: parameters_selection.html
1616
standardize_parameters_effsize: standardize_parameters_effsize.html
17-
last_built: 2026-02-17T06:10Z
17+
last_built: 2026-02-19T07:16Z
1818
urls:
1919
reference: https://easystats.github.io/parameters/reference
2020
article: https://easystats.github.io/parameters/articles

0 commit comments

Comments
 (0)