Mark van der Loo

Results 72 comments of Mark van der Loo

We have some previous attempts in that direction. I'll post the links when I find them.

Here's the link that I promised: https://github.com/data-cleaning/ValidatReport

It is hard to trace this issue if I can't reproduce it. Could you be so kind to create a small reproducible example that replicates the warning message you get?...

I think you need to run R using the X virtual frame buffer `xvfb-run`. This is also what CRAN does (but don't ask me for specific options and so on)

Unfortunately, not that I know of. You could download this repository, remove `evGui.r` and dependence on the GUI packages and then build from source. I recently had to install many...

Hi Peng, from `?getOutliers`: ``` rho: (Method I) A value y_i is an outlier if it is below (above) the limit where less then rho[2] (rho[1]) observations are expected. Must...

regarding your first question: yes, the limits are those computed by the `extremevalues` and they are ultimately determined by `rho` and the parameters estimated from your data. -Mark

I will not be able to do this soon, but I'd welcome a good pull request.

Hi There, for any function `f(...)` that returns a logical vector you can create a rule like this ```r rules