Skip to content

Replace partial matches with full matches#747

Open
Kss2k wants to merge 1 commit intoamices:masterfrom
Kss2k:master
Open

Replace partial matches with full matches#747
Kss2k wants to merge 1 commit intoamices:masterfrom
Kss2k:master

Conversation

@Kss2k
Copy link
Copy Markdown

@Kss2k Kss2k commented Apr 21, 2026

When using the mice() function with options(warnPartialMatchDollar = TRUE) I noticed some warnings regarding partial matches.

Running

options(warnPartialMatchDollar = TRUE)
devtools::test()

I found two occurences of partial matches, which are now replaced with full matches.

In R/mice.impute.norm.R

c <- t(qr$coef) # partial match to coefficients

and in R/pool.r.squared.R

table[, 4] <- fit$f # partial match to f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant