Jacob Long
Jacob Long
In my brief attempt to replicate the problem, I wasn't able to. However, I have a suspicion that you could check for me. Does this issue keep coming up if...
Focusing for the moment on the issue of correctly calculating mean and SD, I am unable to replicate it. Here's my code to generate a fake multilevel dataset with sampling...
Looking into the fixed values/labels thing, I'm not replicating an issue there either --- code below which, when run, seems to show the labels are applying correctly. In the output...
Issues with knitr and LaTeX are tricky to troubleshoot; I'm especially shaky on troubleshooting LaTeX. Are you using this within an RMarkdown/Quarto document?
In trying to probe this, I'm unable to even get the code to run due to an error occurring within the `conquer` package. ```r library(jtools) library(quantreg) library(data.table) n = 2500...
I'm sorry, I'm unsure of how the desired output differs from what you're getting. Are you wanting the table title to appear on the right-hand column, separate from the table?
Thanks for the report. For the moment, as I suppose is obvious given the behavior of the package, survey weights are not "officially" supported. There are some complexities with regard...
I'm experiencing the same thing. Investigating now...
After spending too much time looking into this, in my tests the part of the function that takes almost all of the runtime is deeply nested inside a tidyverse function....
Thanks for raising this. These are, to some extent, decisions made long ago and not often re-examined so it's helpful to hear when/if they cause trouble for somebody. The initial...