powered by
Returns a subset of columns of a statcheck object.
statcheck
trim(object, ...)
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.
a statcheck object.
additional arguments affecting the trimmed output.
txt <- "blablabla the effect was very significant (t(100)=1, p < 0.001)" stat <- statcheck(txt) trim(stat)
Run the code above in your browser using DataLab