Daniel Gromer
Daniel Gromer
Would it be possible to add a S3 class to the output list of `ezANOVA`? For packages that process `ezANOVA` output it's currently only possible to guess that a `list`...
This PR adds compatibility for data frames created with `data_frame` from the dplyr package to the `ezANOVA` function. Right now, when passing a `tbl_df` as the `data` argument, the function...
Is there a specific reason why `id` is the first argument in `aov_ez`, and `data` is the third? It would make more sense to me if `data` was the first...
I aim to create a questionnaire with the following choice columns: "anchor low", "", "anchor middle", "", "anchor high", i.e., having empty labels for the second and fourth choice. If...
With the current design of the `map_depth` function, would it be possible to also add progress bar support?