Closed chris-dworschak closed 3 years ago
Hi, I confirm... will issue a fix as soon as possible. Thanks for reporting this.
Note that in the meantime, you can do something like this:
a <- as.factor(rpois(100,2))
b <- as.factor(rpois(100,2))
ctable(a,b,prop="n")
Fixed in v1.0.0
Awesome package, thank you!
I hope I'm not overlooking anything obvious here, but whenever I include the
prop = "n"
argument inctable()
, I'm encountering the errorand sometimes the same for "colnames". Below a MWE to reproduce the rownames error:
Cheers!