t_out | R Documentation |
Distilles the most relevant data from an output object of
t.test
and displays the results in a compact format. Wrapper to
t_out
, but includes absolute differences.
t_out(
toutput,
n.equal = TRUE,
welch.df.exact = TRUE,
welch.n = NA,
d.corr = FALSE,
print = TRUE,
abs.diff = NULL
)
toutput |
Output object created by a call to |
n.equal |
Only applicable to two-sample t-tests. If sample sizes are
not equal, |
welch.df.exact |
Only applicable to Welch-tests. Indicates whether
Welch-adjusted or unadjusted degrees of freedom (dfs) are reported
(default= |
welch.n |
Only applicable to Welch-tests with unadjusted degrees of
freedom. Parameter should be equal to the total sample
size |
d.corr |
Only applicable to one-sample or paired-samples t-tests.
If |
print |
Force results to be displayed, even if the function output is
assigned to a variable (e.g., |
abs.diff |
Specifies the decimal places the absolute difference should
be rounded to. If |
The output of a call to t_out
is formatted according to the
guidelines of the APA (American Psychological Association) as well as the
DGPs ("Deutsche Gesellschaft fuer Psychologie";
German Psychological Society).
returns a list containing (1) a description of the t-test (two-sample t-test, Welch-test, paired-samples t-test, one-sample t-test) and (2) a line with formatted results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.