-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNEWS.Rmd
More file actions
47 lines (31 loc) · 1.43 KB
/
NEWS.Rmd
File metadata and controls
47 lines (31 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
title: "NEWS"
author: "David AA Baranger"
date: "03/19/2026"
output: md_document
---
# InteractionPoweR 0.2.4
* Minor fixes
# InteractionPoweR 0.2.3
* Adds two-way interaction stability function - `run_pos_power_search()`.
# InteractionPoweR 0.2.2
* Adds power analysis function for 3-way interactions - `power_interaction_3way_r2()`.
* Adds convenience function for visualizing the correlation matrix from a 3-way interaction - `cor.mat.3way()`.
* Adds convenience function for visualizing the simple slopes from a 3-way interaction - `simple.slopes.3way()`.
* Adds power analysis function for 2-way interactions with covariates - `generate.interaction.cov.input()` and `power_interaction_r2_covs()`.
* Minor bug fixes.
* Removes dependency on the {MASS} package.
# InteractionPoweR 0.2.1
* Fix bug in `power_interaction_r2()` which effected analyses with a high 'r.x1.x2' correlation.
* Fix warning in `plot_interaction()`.
* Adds additional descriptive error messages.
# InteractionPoweR 0.2.0
* Removes options for specifying skew, which contained a bug.
* Also a speed-up for the simulations.
# InteractionPoweR 0.1.1
* First CRAN release.
# InteractionPoweR 0.1.0.6
* Added `power_interaction_r2()` function for analytic power.
# InteractionPoweR 0.1.0.5
* Adds options to simulate ordinal variables (e.g., a likert scale) in `power_interaction()` using the 'k.x1', 'k.x2', and 'k.y' options.
* Also a speed-up and minor bug-fixes.