Statistisches Diagramm processR

Modelle zur Korrelations- und Regressionsanalyse

Moderator: EDi

Antworten
sonne
Beiträge: 4
Registriert: Mo Dez 06, 2021 12:44 pm

Statistisches Diagramm processR

Beitrag von sonne »

Hallo!

Weiß jemand, wie man mit processR ein statistisches Diagramm direkt aus seinem Output erstellen kann? Ich verwende das Modell 4.2 (parallele Mediation) und habe bisher:

# run file "process"
data_mediation_1 <- subset(data, select = c(UV, AV, M1, M2))
process(data = data_mediation_1,
y = "AV", x = "UV", m =c("M1", "M2"),
model = 4, effsize =1, total =1, stand =1,
contrast =1, boot = 10000 , modelbt = 1, seed = 654321)

Konkret weiß ich nicht, wie ich die Pfeile in statisticalDiagram(4.2) mit dem standardisierten Koeffizienten und p-Wert beschriften kann, ohne das alles händisch einzutippen. Zusammengefasst suche ich einen Befehl, der automatisch aus dem Modell-Output ein Diagramm erstellt.

Liebe Grüße und vielen Dank im Voraus.
Antworten