Questions tagged [papaja]

The papaja tag should be used for questions concerning the usage of the papaja R package. The package provides an R Markdown template that can be used with (or without) RStudio to produce documents which conform to the American Psychological Association (APA) manuscript guidelines.

papaja is an R package in the making including a R Markdown template that can be used with (or without) RStudio to produce documents, which conform to the American Psychological Association (APA) manuscript guidelines (6th Edition). The package uses the LaTeX document class apa6 and a .docx-reference file, so you can create PDF documents, or Word documents if you have to. Moreover, papaja supplies R-functions that facilitate reporting results of your analyses in accordance with APA guidelines.

84 questions
0
votes
1 answer

Make significant effects in table appear bold in final pfd document

I am working in RMarkdown and trying to get significant effects in my Anova table appear bold in the final pdf document. In this instance, the row that needs to be bold is the second row of the table (with the column names being the first…
Centina
  • 11
  • 2
0
votes
1 answer

apa_table() returns a blank result while the table appears at the end of the pdf file

I'm trying to write a paper in papaja/Rmarkdown. I use the following code to create an APA table: descriptives <- mydata%>% filter(!is.na(scores))%>% group_by(class) %>% summarize( totalmean = mean(scores) , totalsd = sd(scores) …
Dennis
  • 87
  • 10
0
votes
1 answer

Is there another source to install papaja package?

I'm trying to install papaja package on my windows machine. But I'm getting the following error message Installing 3 packages: bookdown, rmdfiltr, zip Installing packages into ‘C:/Users/cophuser/Documents/R/win-library/3.6’ (as ‘lib’ is…
Mr.M
  • 111
  • 1
  • 9
0
votes
0 answers

Pandoc in papaja won't decode byte \xc6

I am using rmarkdown and papaja to build APA style manuscripts. However, when I try to use font "ć" it won't knit and gives me an error pandoc.exe: Cannot decode byte '\xc6': Data.Text.Internal.Encoding.decodeUtf8: Invalid UTF-8 stream Error: pandoc…
User33268
  • 159
  • 1
  • 11
0
votes
0 answers

Problems installing papaja in R version 3.6.1. & R studio version 1.2.5001

I have successfully installed Rtools and devtools but am getting an error message when I try to install papaja from github I have already tried: 1) Reinstalled both R and Rstudio so I have the latest versions. 2) Googled the error message but no…
Caro
  • 11
  • 2
0
votes
1 answer

Unable to run Papaja in Windows due to spaces in folder name

I'm trying to load papaja in R (version 3.6.0). I'm running Windows 10 on my computer. When I try to run devtools::install_github("crsh/papaja") I get the following error message: package ‘markdown’ successfully unpacked and MD5 sums checked The…
Catherine Laing
  • 475
  • 6
  • 18
0
votes
1 answer

Longtable, papaja, and single-spacing

I recently wrote up a manuscript (materials available to review) and found an issue with using longtable with papaja when trying to have a single-spaced table, although I think the issue is primarily when that table is presented with another short…
0
votes
1 answer

How to chang factor axis in apa_lineplot

I want to plot some results from an afex_aov object with papaja apa_lineplot this ist my code so far: papaja::apa_lineplot(data = anova_hyp1a_ACC , id = "Subject" , dv = "meanACC" , factor =…
Jan
  • 21
  • 1
  • 2
-1
votes
1 answer

Automatic addition of slash prevents customization of the latex code with apa_table()

I'm rendering a table using apa_table() function of papaja package with success. When I used this function in the past (months ago) I was able to use latex special characters to custom the rendering. However, it seems that the function now overwrite…
Kyabdro
  • 75
  • 5
1 2 3 4 5
6