right now I'm computing a multilevel Model in RStudio and would like to store my outputs. But I can't find any working solution for this. I used already the sink-function. The problem is that the sink function just stores the first of three outputs the summaryfunction is presenting. When i create tables than I lose the first of three outputs.
I would like to export the summary as a picture or better as text.
The code is the following:
interceptOnly_meaning <-gls(meaningfulness ~ 1, data = data, method =
"ML")
summary(interceptOnly_meaning)
I am really happy and thankful for any help.
Kind regards, Chris