- Notifications
You must be signed in to change notification settings - Fork135
Open
Labels
Description
apa_print.emmGrid()returns an output object that does not fully comply with the structure of whatapa_print() should return.
To illustrate:
$estimate$estimate$Regularfasterthannonregular_mixeddeterministic[1] "$\\Delta M = -66.24$, 95\\% CI $[-75.43, -57.05]$"$estimate$Regularfasterthannonregular_probabilistic[1] "$\\Delta M = -13.96$, 95\\% CI $[-22.47, -5.45]$"$estimate$Mixeddeterministicfasterthanprobabilistic_regular[1] "$\\Delta M = -47.55$, 95\\% CI $[-62.10, -33.01]$"$estimate$Mixeddeterministicfasterthanprobabilistic_nonregular[1] "$\\Delta M = 4.73$, 95\\% CI $[-6.92, 16.37]$"$statistic$statistic$Regularfasterthannonregular_mixeddeterministic[1] "$t(98) = -14.30$, $p < .001$"$statistic$Regularfasterthannonregular_probabilistic[1] "$t(98) = -3.25$, $p = .002$"$statistic$Mixeddeterministicfasterthanprobabilistic_regular[1] "$t(98) = -6.49$, $p < .001$"$statistic$Mixeddeterministicfasterthanprobabilistic_nonregular[1] "$t(98) = 0.81$, $p = .423$"$full_result$full_result$Regularfasterthannonregular_mixeddeterministic[1] "$\\Delta M = -66.24$, 95\\% CI $[-75.43, -57.05]$, $t(98) = -14.30$, $p < .001$"$full_result$Regularfasterthannonregular_probabilistic[1] "$\\Delta M = -13.96$, 95\\% CI $[-22.47, -5.45]$, $t(98) = -3.25$, $p = .002$"$full_result$Mixeddeterministicfasterthanprobabilistic_regular[1] "$\\Delta M = -47.55$, 95\\% CI $[-62.10, -33.01]$, $t(98) = -6.49$, $p < .001$"$full_result$Mixeddeterministicfasterthanprobabilistic_nonregular[1] "$\\Delta M = 4.73$, 95\\% CI $[-6.92, 16.37]$, $t(98) = 0.81$, $p = .423$"$tableA data.frame with 6 labelled columns: contrast estimate conf.int statisticRegularfasterthannonregular_mixeddeterministic Regular faster than nonregular | mixed deterministic -66.24 [-75.43, -57.05] -14.30Regularfasterthannonregular_probabilistic Regular faster than nonregular | probabilistic -13.96 [-22.47, -5.45] -3.25Mixeddeterministicfasterthanprobabilistic_regular Mixed deterministic faster than probabilistic | regular -47.55 [-62.10, -33.01] -6.49Mixeddeterministicfasterthanprobabilistic_nonregular Mixed deterministic faster than probabilistic | nonregular 4.73 [-6.92, 16.37] 0.81 df p.valueRegularfasterthannonregular_mixeddeterministic 98 < .001Regularfasterthannonregular_probabilistic 98 .002Mixeddeterministicfasterthanprobabilistic_regular 98 < .001Mixeddeterministicfasterthanprobabilistic_nonregular 98 .423contrast : Contrast estimate : $\\Delta M$ conf.int : 95\\% CI statistic: $t$ df : $\\mathit{df}$ p.value : $p$ attr(,"class")[1] "apa_results" "list"- The table element should not have row names
- Term names should be created from the contrast column of the table, not row names, because these are inconsistent with sanitize_terms() (whitespace is removed)