Skip to content

Commit dc7cbc0

Browse files
committed
DIctionary
1 parent e11ce2b commit dc7cbc0

File tree

4 files changed

+18
-9
lines changed

4 files changed

+18
-9
lines changed

DESCRIPTION

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,9 @@ Imports:
4747
hrbrthemes,
4848
openxlsx,
4949
paran,
50-
psych,
51-
foreign,
52-
psychTools,
53-
pwr,
54-
rmarkdown
50+
psych
5551
Suggests:
52+
rmarkdown,
5653
cocor,
5754
devtools,
5855
rhub,

R/umxPower.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,8 @@ power.ACE.test <- function(AA= .5, CC= 0, EE= NULL, DD = NULL, update = c("a", "
305305
#' # Power to detect r = .3 given n=90
306306
#' umxPower(m1, "X_with_Y", n = 90, method = "empirical")
307307
#' # power is .823
308-
#' # Test using cor.test doing the same thing.
309-
#' pwr::pwr.r.test(r = .3, n = 90)
308+
#' # Test using pwr library r.test doing the same thing.
309+
#' pwr.r.test(r = .3, n = 90)
310310
#' # n = 90
311311
#' # r = 0.3
312312
#' # sig.level = 0.05

inst/WORDLIST

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
alsoDrop
2+
correctAnswer
3+
expt
4+
idvar
5+
lf
6+
longTwinData
7+
mxSE
8+
ordinaloptim
9+
rDZ
10+
rMZ
11+
SEstyle
12+
umxPlotFun
113
araujo
214
DiagrammeRsvg
315
Qualtrics

man/umxPower.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)