Mark-Eis / ParaAnita

R Functions for Binary and Binomial Data Analysis
https://mark-eis.github.io/ParaAnita/
Other
1 stars 0 forks source link

Resolve conflict with `drop_zero()` in good-levels.R #87

Open Mark-Eis opened 3 months ago

Mark-Eis commented 3 months ago

https://github.com/Mark-Eis/ParaAnita/blob/1278aae7f5dcc9f043e93b19f129d53a2d7c46aa/R/contingency-table.R#L441

Mark-Eis commented 3 months ago

6ac2828

Mark-Eis commented 3 months ago

Reopening because 1.) There was no need to change name of .drop_zero argument, 2.) drop_zero_depvar() should be unified with drop_zero() in good-levels.R.

Mark-Eis commented 3 months ago

Make drop_zero() an S3 generic function with methods for "binom_contingency" and "data.frame"?