stonekate
stonekate
Hi Jonas, thanks for such a great package. I have a strange little issue when I try to use NA_real_ inside `dplyr::case_when` in `job`: ``` library(dplyr) library(job) (df
If I don't do any artifact rejection before running ICA (e.g. getting rid of really large artifacts), I sometimes get this message when using `plot_components()`:  Doesn't seem important but...
This was the example given by one of our reviewers as a way to semi-automise ICA component removal... I think it's an alternative to computing correlations between components and eye-electrodes...
Might be useful to have the default plot theme as a standalone plot function? At the moment you can manually make the theme via ggplot, e.g.: ```{r} # create fake...
Just noticed that in plot_in_layout, changing the legend position to left/right also shifts the title, even if you've explicitly set the title to centre. Also the left/right position of the...
I get the error "Evaluation error: data are essentially constant" when I do this: dat_stat % group_by(sample) %>% summarise_all(tvalue = t.test(.[cond=="b"], .[cond=="d"])$statistic) Apparently it's suggesting that the t.test is evaluating...