Mark van der Loo

Results 45 issues of Mark van der Loo

This was possible in earlier development versions. For now, I think it is a good idea to leave it out and hard-code the common membership/comparison and boolean operators. It will...

enhancement

Lots of work to do here, but by explicit request.

So packages are loaded before executing the rule set. An signal should be thrown when a package cannot be loaded (we have to discuss whether it should be an error...

enhancement

for the future!

enhancement

Validator yaml files should allow for a section like this: ``` --- before_check : > # some free R code like nacecodes

enhancement

At the moment this is held back by a couple of issues: `@example(s)` not working and `@family` is ignored.

enhancement

```r impute_lm(y~x|z, where x > 0) ``` would first select records where `x>0`, fit the model, impute, and return the whole dataset.

enhancement

the impute_pmm method uses the distance between donor and imputed values while it should use distance between predicted donor values and imputed values. Example provided by Susie Jentoft by e-mail:...

bug