Emil O. W. Kirkegaard

Results 41 issues of Emil O. W. Kirkegaard

Can happen when there's rare event data, or missing pairwise data. ``` > #plot > mh_cors$correlations %>% + GG_heatmap(color_label = "Latent\ncorrelation", + font_size = 1) + + theme(axis.text.x = element_text(size...

bug

When called inside a function, somehow opens up in the global environment instead of in the function environment.

bug

Should add some things: 1. Option to get CIs on the values like `cor_matrix`. Standard and bootstrapped (when using non-parametric). 2. Why is this called `_matrix` and gives matrix (2x2)...

enhancement

Somehow the complex weights gets triggered without it being the case. Does not always happen, e.g. testing calls work fine: ``` cor_matrix(iris, weights = "Petal.Width") #weights from name cor_matrix(iris, weights...

bug

This fixes various problems. One problem in particular is when one has a vector of subnational units from multiple countries in the Americas, which do not have any problematic overlaps,...

enhancement

I apparently got it not entirely right: ``` > GG_denhist(d, "g_noage", group = "sex") Grouping variable contained missing values. These were removed. If you want an NA group, convert to...

bug

There are by now a number of these missing data related functions. I have already given them a prefix, `miss_`. As such, they constitute a small but very useful set...

enhancement

Right now input checks are chaotically written using a variety of methods. Some use my own functions, others use `assertthat` functions. It's better to reuse well-tested code, so switch to...

enhancement

One can use the same solution as developed for OKCupid project.

bug

Instead of supplying a single function that must work for all columns or all numeric columns, make it so one supplies either a function or a list of functions. If...

enhancement