Issue with Verbose Bootstrapping Output in PROCESS Macro When Generating PDF #10131
Unanswered
Xiaotian-Liu-MKT
asked this question in
Q&A
Replies: 1 comment
-
Unfortunately, we cannot help you efficiently with only screenshots.
That's unclear what you mean: either look at your tool documentation and/or https://quarto.org/docs/computations/execution-options.html |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hello everyone,
I’m encountering an issue with the output from the PROCESS Macro’s bootstrapping process when generating a PDF document in R Studio with Quarto. Here are the details:
Description of the Problem:
PROCESS Macro is a commonly used Macro to run mediating and moderating analysis in marketing and other social science areas.(https://www.processmacro.org/index.html)
I am using the PROCESS Macro to perform a mediating analysis, which involves a bootstrapping process. When I run this analysis, the entire bootstrapping process gets printed out in the PDF document, making it extremely verbose and hard to read.

However, when I run the same analysis in R normally, the results are presented in a much more concise and readable format.

Is there a way to control the verbosity of the bootstrapping output when using the PROCESS Macro and generating a PDF?
The Code I use:
Beta Was this translation helpful? Give feedback.
All reactions