dbosak01 / reporter

An R package to write statistical reports.
Creative Commons Zero v1.0 Universal
16 stars 3 forks source link

When using stats::t.test, the report() and report_table() function output displays "95 % CI" even if, say, conf.level = 0.975 #321

Closed gelisol closed 12 months ago

gelisol commented 12 months ago

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.

dbosak01 commented 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.

gelisol commented 12 months ago

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