gower icon indicating copy to clipboard operation
gower copied to clipboard

Gower's distance for R

Results 5 gower issues
Sort by recently updated
recently updated
newest added

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