Mark van der Loo

Results 45 issues of Mark van der Loo

yep. should add it.

enhancement

Ratio imputation is based on a weighted single regressio regression Y = bX with weights 1/X. Would be nice to have a `impute_ratio` function. Also `lm` makes a different choice...

enhancement

by predicting with `predict.all=TRUE` we get the matrix of predictions. Row-wise aggergation can be customized (but it may cost a lot of memory as the matrix of predictions equals nrow(newdata)...

enhancement

This generalizes the (grouped) median approach. Needs dependency on the [quantreg](https://CRAN.R-project.org/package=quantreg) package.

enhancement

They are now treated as in Gower's original paper.

enhancement

It is currently not possible to compare `character` variables with `factor` variables. This should be added w/o breaking the design principle that prevents the package from making copies of data.

enhancement

We can do a `dist` matrix naively as follows: ```r gower_distmat

enhancement

let the user tell `gower_dist` what the data ranges are.

enhancement

Need to update so cran is not swamped when a dependency tests using `gower`.

enhancement