Learn R Programming

statcheck (version 1.0.1)

summary.statcheck: Summary method for statcheck.

Description

Gives the summaries for a statcheck object.

Usage

"summary"(object, ...)

Arguments

object
a statcheck object.
...
additional arguments affecting the summary produced.

Value

Source
Name of the file of which the statistic is extracted
pValues
The number of reported p values per article
Errors
The number of errors per article
DecisionErrors
The number of errors that caused a non-significant result to be reported as significant (or vice versa) per article

See Also

statcheck

Examples

Run this code


  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