Pablo Bernabeu

Results 11 comments of Pablo Bernabeu

> > Interesting. The automatic addition of "and" seems to be a new feature in the `apa7` latex class. > > @crsh Starting with version 2.00, the apa7 class now...

**UPDATED** The phantom parameters can be disabled in advance (instead of manually editing the .tex file) by adding three lines to the `header-includes` preamble. See: https://stackoverflow.com/a/70658799/7050882 --- PREVIOUSLY: @dan-weiss: Thanks...

I think this may be related to #11

Thank you! This would be great. ### Locally To run the .rmd Shiny app locally, it just takes the following: 1. Set R working directory to relevant folder, if necessary;...

Hi Kevin, Only to underscore the issue about subdirectories, I'll note that the last app you referred to is located in the main directory. In contrast, I have an example...

The APA format is working for me after installing the `papaja` package and adding the following line to the header. ``` csl: "`r system.file('rmd', 'apa7.csl', package = 'papaja')`" ```

Thank you very much. Would it be possible to get Q-Q plots, please? I would also like to comment on the function I used to fit my model, namely, `mixed()`....

P.S. Even if there were a more cumbersome way, I would be very interested in it.

Thank you -- that's alright. Best regards

Kind of solution here: https://blogdown-demo.rbind.io/2017/09/06/adding-r-markdown-documents-of-other-output-formats/ Not a seamless integration, but at least the page is rendered from an Rmd script, as opposed to just uploading an html file.