Closed gelisol closed 12 months ago
I think you are looking for the "report" package, instead of "reporter". I'm thinking that because "reporter" doesn't have report()
or report_table()
functions but the "report" package does. If so, the issue log you want is here: https://github.com/easystats/report/issues
If you still think it is "reporter" package, send me a code snippet of what you are doing.
I apologize. You are correct, I meant to post this for the "report" package.
I don't think I can delete my post, but please do if you're able to.
Thanks!
-Bill
Not sure if this is a bug, or if I'm not specifying the correct parameters when using the reporter::report() function, but when using stats::t.test, the report() and report_table() functions' output displays "95 % CI" even if, say, the stats::t.test conf.level is set to a value other than 0.95.