Keon-Woong Moon
Keon-Woong Moon
This is reproducible example ``` data(mtcars) dabest(mtcars,am,mpg,idx=c("0","1")) %>% mean_diff() # No error mtcars$mpg[1:10]=NA dabest(mtcars,am,mpg,idx=c("0","1")) %>% mean_diff() # error ```
Please try this with chunk option ```{r,results='asis'} --- title: "Untitled" output: html_document --- ## R Markdown ```{r,results='asis'} require(ztable) z1=ztable(head(iris[1:3]),zebra=1) z2=ztable(head(mtcars[1:5]),zebra=2) parallelTables(c(0.5,0.5),list(z1,z2),type="html") ```
Dear Carson, Thank you for your e-mail. All you comments are correct. Because function ztable() don’t use latex caption. It takes character strings in caption parameter and make a multicolumn...