Sam Crawley

Results 4 issues of Sam Crawley

`fct_recode()` seems to modify unicode characters in some cases. ```r z % fct_recode("\U0101" = "d") ``` Results in: ``` [1] a e f Levels: a e f ``` (i.e. level...

When calling fct_lump_prop with weights, and with a factor that has unused levels, I get the error: Error in if (prop > 0 && sum(prop_n

bug
help wanted :heart:

It seems some strange things happen with environments when parlmice is wrapped in a function, e.g. ```R library(mice) test.parlmice

The example for mlogit from the documentation does not work for me: ```R library("prediction") library(mlogit) data("Fishing", package = "mlogit") Fish

question