Benjamin Nelson
Benjamin Nelson
Thank you for this great package! I noticed that data will not merge when it is in long format and it gives this error. Are there any ideas why this...
This website allowed me to merge multiple imputed datasets https://strengejacke.github.io/sjmisc/reference/merge_imputations.html When the function `merge_imputations` is used it removes the subject id column and randomly will remove some factor columns. Is...
When using merge_imputations function it is only returning a dataframe with 7 out of the 16 variables. Any way for this to return all variables? Thanks!
Does this package work with a glm poisson model? I receive this error This could cause incorrect results if data has been altered since the model was fit. You can...
Fantastic package! Is there a way to jitter height, but not width? Also, is there a way to extend the regression line and CI when the data is jittered? scale_x_continuous...
Error in xy.coords(x, y, xlabel, ylabel, log) : 'language' object cannot be coerced to type 'double'
Hello, Thanks for this great package! I get the following error when I try to create the plot. `Error in xy.coords(x, y, xlabel, ylabel, log) : 'language' object cannot be...
Hello, Is there a way to add a darker average line for the multi-paired two group plot? Thank you, Ben
Is there a way to create a summary statistic of percent agreement between dataframes?
Any idea why it's giving this error? Error in data.frame(x = full_values$x, y = yy[, iStream * 2], group = as.integer(.group)) : arguments imply differing number of rows: 1000, 1126,...
Amazing package! Are there plans to have this support negative binomial models?