trim | R Documentation |
Returns a subset of columns of a statcheck
object.
trim(object, ...)
object |
a |
... |
additional arguments affecting the trimmed output. |
A data frame containing for each source of statistics:
Name of the file/origin of which the statistics are extracted
Raw string of the statistical reference that is extracted
The recomputed p-value
The computed p value is not congruent with the reported p-value
The reported result is significant whereas the recomputed result is not, or vice versa.
txt <- "blablabla the effect was very significant (t(100)=1, p < 0.001)"
stat <- statcheck(txt)
trim(stat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.