powered by
statcheck
Gives the summaries for a statcheck object.
# S3 method for statcheck summary(object, ...)
A data frame containing for each extracted statistic:
Name of the file of which the statistic is extracted
The number of reported p values per article
The number of errors per article
The number of errors that caused a non-significant result to be reported as significant (or vice versa) per article
a statcheck object.
additional arguments affecting the summary produced.
Sacha Epskamp <mail@sachaepskamp.com> & Michele B. Nuijten
<m.b.nuijten@uvt.nl>
Text <- "blablabla the effect was very significant (t(100)=1, p < 0.001)" Stat <- statcheck(Text) summary(Stat)
Run the code above in your browser using DataLab