ggmice icon indicating copy to clipboard operation
ggmice copied to clipboard

Incomplete data are not displayed with `ggmice()` if log transformation is applied within the mapping

Open hanneoberman opened this issue 2 years ago • 1 comments

One solution is to apply the transformation beforehand. Maybe just add a message whenever a log transformation is applied on an incomplete variable within the aes() function? Or actually solve the issue?

hanneoberman avatar Mar 18 '22 14:03 hanneoberman

There are some solutions: using the I() function, transforming the data, or using one of the scale_*() functions.

hanneoberman avatar Jun 01 '22 12:06 hanneoberman