Skip to content

Commit df8168e

Browse files
committed
woolf_test now in R/
1 parent c24d863 commit df8168e

File tree

11 files changed

+398
-138
lines changed

11 files changed

+398
-138
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ README.*
2222
^\.vscode$
2323
^[.]?air[.]toml$
2424
^NAMESPACE-old$
25+
^.github$

NAMESPACE

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ S3method(print,CMHtest)
2323
S3method(print,GKgamma)
2424
S3method(print,HLtest)
2525
S3method(print,Kappa)
26+
S3method(print,woolf_test)
2627
S3method(rootogram,HLtest)
2728
S3method(sieve,glm)
2829
S3method(split3d,list)
@@ -64,6 +65,7 @@ export(seq_loglm)
6465
export(seq_mosaic)
6566
export(split3d)
6667
export(update.xtabs)
68+
export(woolf_test)
6769
export(zero.test)
6870
importFrom(MASS,loglm)
6971
importFrom(ca,cacoord)
@@ -103,6 +105,7 @@ importFrom(stats,runif)
103105
importFrom(stats,terms)
104106
importFrom(stats,update)
105107
importFrom(stats,update.formula)
108+
importFrom(stats,weighted.mean)
106109
importFrom(stats,xtabs)
107110
importFrom(utils,data)
108111
importFrom(utils,menu)

NAMESPACE-old

Lines changed: 0 additions & 135 deletions
This file was deleted.

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Begin to flesh out more general conception of CDA
55
* `datasets()`: added `ndim` arg; package="vcdExtra" default
66
* Added a tidyCat hex logo
7-
* Generalized vcd::woolf_test() to handle strata better, with special hanlding for 2 x 2 x R x C case. Presently in `extra/`
7+
* Generalized vcd::woolf_test() to handle strata better, with special handling for 2 x 2 x R x C case.
88

99
## Version 0.8.7 (2025-12-10)
1010

0 commit comments

Comments
 (0)