Dianne Cook

Results 28 issues of Dianne Cook

In the example code, it would be good to show how to use some of the numerous imputation packages to fill in missing, and then explore the data again. Check...

documentation

- Sorting techniques in visdat, vis_miss - Handling size of data flexibly - How much should be interactive - Reduce number of labels - Aspect ratio of vis_miss

Idea

I used this data to create a kaggle challenge for my students last semester (https://www.kaggle.com/c/pictionary/leaderboard). There are some disturbing images that people have drawn: swatikas, penises, ... These emerged after...

The facet_sample labels the facets numerically 1:n. It would be more helpful if the id variable was used to label the facets. ```r data(wages) ggplot(wages, aes(x=xp, y=ln_wages)) + geom_line() +...

It could be useful to have documentation on using features. The function comes from fabletools but its not documented well there, points to many other things to read. --- ```...

The function fetch_cricket_data() is currently not exported. I am not sure why this choice was made. I think its better if it was made available to the user, because it...

Should be `read_absmap` instead of `read_absmaps`

About half the math scores appear to be missing, but the same is not true for reading and science. Why is this? ``` student summary(student$math) Min. 1st Qu. Median Mean...

This article https://www.jstatsoft.org/article/view/v040i02 provides a contemporary starting point.

The function `cartogram_cont` from the cartogram package requires an sf object. It doesn't seem to like getting a cubble. Can you check it?