Hi!
I´m using this command in RMarkdown to generate a descriptive table, but I keep getting this error:
Error in if (xi > xj) 1L else -1L : missing value where TRUE/FALSE needed.
This is happening after I run this command:
tableStack(vars =1:11, dataFrame=ovario2, by=cirurgia, percent = "row" )
Could anyone help me to see the obstacle here, please?
Thanks in advance.
Kiko