Nicholas Tierney

Results 356 comments of Nicholas Tierney

Also, some of the really cool examples of `extracat::visna` ``` r library(naniar) extracat::visna(riskfactors) ``` ![](https://i.imgur.com/ZGrfX4G.png) ``` r extracat::visna(riskfactors, sort = "r") ``` ![](https://i.imgur.com/1xkODgj.png) ``` r extracat::visna(riskfactors, sort = "c") ```...

At the moment `miss_summary` returns a tibble with lists of the other summaries. This should change, and at the time I thought it would be useful to use list columns...

Thank you so much for this! I think it is roughly the same as the `gg_miss_fct` in this instance (also note that you can get the same result as your...

Appears to be related to linux issues: ``` Version: 0.5.2 Check: tests Result: ERROR Running 'spelling.R' [0s/1s] Running 'testthat.R' [16s/17s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat)...

Thinking about this further, this is a pattern for the `cases` of the data, so the function name `miss_case_pattern` seems to make sense. The last row of the summary is...

Thanks so much for this! This is excellent. I'll take a quick look soon at this locally but I'm sure it's all good.

Yes, I'm sure that there is a better way, but ideally we could produce a plot like this, but in a more automated way ``` r library(simputation) library(narnia) library(tidyverse) aq_shadow...

I've just created `add_label_shadow` - thinking further this could then take an argument that describes how you want to label the shadows, but for the moment we can now visualise...

I am happy with this for version 0.1.0 In the future this should have a way to add custom labels for which variables were imputed (as below) ![](https://camo.githubusercontent.com/98be8c639e95d9d3e67b98828367c80b5ca127b6/687474703a2f2f692e696d6775722e636f6d2f6a66324a5975332e706e67) But for...

Hi there! Thanks so much for posting a reprex for this issue. It was indeed @andrewheiss who implemented this, so thanks to him! :) I confirm that I am getting...