View source: R/summary.statcheck.R
summary.statcheck | R Documentation |
Gives the summaries for a statcheck
object.
## S3 method for class 'statcheck'
summary(object, ...)
object |
a |
... |
additional arguments affecting the summary produced. |
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
txt <- "blablabla the effect was very significant (t(100)=1, p < 0.001)"
stat <- statcheck(txt)
summary(stat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.