statsExpressions
statsExpressions copied to clipboard
Tidy data frames and expressions with statistical summaries 📜
Are there any vingnettes/examples of how to use statsExpressions to create labels for customized plots? I am trying to transition to this approach (as is recommended in ggstatsplots) to have...
In response to issue #1 this function try to solve the need of a parser function for expression objects returned by any of `{ggtatsplot}` or `{statsExpressions}` functions for reporting purposes...
It'll maybe help DRY up some tests.
Use the column that already exists in the data frame.
- [ ] add sample size info to bf-related expressions - [ ] check if a 0-parameter template can be repurposed for bf-expressions - [ ] only support symbols, and...
For example: ```r #' @param nboot `[integer(1)]`\cr Number of bootstrap samples for computing confidence interval #' for the effect size (Default: `100L`). ```
If we run any of the examples with the global R session option OutDec=","; the resulting graph shows: `Warning messages: 1: Problem while computing n.obs = .prettyNum(n). i 'big.mark' and...
> I would like to know if there's a way to use the APA-formatted text of the statistical results prepared with the subtitle helper functions in a plain RMarkdown file...