-
I'm using
- kbl with longtable and booktabs
- kable_styling with latex_options
- footnote with threeparttable
to create a long table with footnotes for a pdf
I'd like the footnotes to show on…
-
**Is your feature request related to a problem? Please describe.**
First of all, thank you very much for writing this package and making it publicly available. I was trying to use it to analyze time-…
-
```
df = data.frame(a = c(rep("a",10),rep("b",10)),x1 = rnorm(20),id = rep(1:10,2))
summary(paired(a~x1,data= df,id = id,diff = F))
##
##
## | | a (N=10) | …
-
请问目前为止,fusion_rep的实现方式[rep_CLS, rep_a, rep_b, rep_a-rep_b, rep_b-rep_a]和[rep_CLS, dense([rep_a, rep_b)],还是第一个的效果最好吗?还是说尝试出了更好的实现方式,所以改成第二种了?
-
Hi! I've been experimenting with this model for a few things, and so far I like where it's going.
I want to attempt some fine-tuning, so I followed the same notebook found here: https://github.com/…
-
When performing quantized matrix multiplication between `int8` weights on an AMD CPU, the results are different than those obtained when running the same operation on CUDA or on an Intel CPU.
CPU C…
-
Hi, I am having trouble when nesting two tables in reactable. As you can see, the third table don't match with the ID of the row clicked.
Here is a reprodutive example
```
library(tidyverse)
lib…
-
### Summary
I think there may be a documentation gap specifically with `on` and binary operators. (Or maybe there's a vignette somewhere that I'm missing?)
### Details
Specifically, it wasn't c…
-
HI, I was testing
data.table_1.10.4-3 + R version 3.4.0 (2017-04-21)
vs
data.table_1.12.2 + R version 3.6.1 (2019-07-05)
and have noticed that join operation almost 2 times slower in new versio…
vk111 updated
4 months ago
-
In `dev/plotEqn-test.R`, I've tried to supply my own labels for lines, b/c I want to use `x` and `y` for the variables and simplify the equations to the form `y = a + b * x`. I have a test version in…