Hi there,
A nice package indeed, is saves time when you need to program the functions yourself (and you don't remember the exact formula ).
However, it would be useful if you could extend the package functions to handle cases in which one of the series has missing observations. I looked at your code and it seems to be a straightforward task to just add na.rm = TRUE wherever mean() is used, for example.
Hi there,
A nice package indeed, is saves time when you need to program the functions yourself (and you don't remember the exact formula ).
However, it would be useful if you could extend the package functions to handle cases in which one of the series has missing observations. I looked at your code and it seems to be a straightforward task to just add na.rm = TRUE wherever mean() is used, for example.