Michael Friendly
Michael Friendly
Thanks; I'll look into this.
As you say, your result for a large, sparse table with many strata is unsurprising. CMHtest was not designed for the situation of sparse tables, where `solve` doesn't work. We...
This issue is still open, but I'd like to close it. As I said, If this issue is serious for you, you could clone the package, do some testing of...
You can issue a pull request & I'll check it out.
@mattkumar thank you for this detailed analysis and reproducible example. I'm checking out ShuguangSun's proposed fix.
Your two examples are identical, as far as I can see. Pedantic: you should use `types="cor"` not `type="cor"` or `types=c("cor")`, and `=TRUE`, not `=T`. If you omit the `types=arg,` the...
Yes, I would be thrilled to have some of these datasets in the HistData package. I've followed your work and looked at some of your decksh repos. But now I'll...
OK, I had a look. There is indeed a separate data.csv file for each plate, and this would not work within the structure of the HistData package, where the primary...
I have no problem importing CSV files. The problem is that there is a different data file for each graphic, so it would make more sense to create a separate...
I tried to use this in my Quarto book document, but I get no output for the table. I'm building an HTML version 1. Installed taleb/parse-latex using quarto 2. Put...