powered by
Gives the summaries for a statcheck object.
statcheck
# S3 method for statcheck summary(object, ...)
A data frame containing for each source of statistics:
Name of the file/origin of which the statistics are extracted
The number of extracted reported p values per article
The number of errors per article
The number of decision errors per article
a statcheck object.
additional arguments affecting the summary produced.
txt <- "blablabla the effect was very significant (t(100)=1, p < 0.001)" stat <- statcheck(txt) summary(stat)
Run the code above in your browser using DataLab