replication {relevance} | R Documentation |
Inference for Replication Studies
Description
Calculate inference for a replication study and for its comparison with the original
Usage
replication(original, replication, testlevel=getOption("testlevel"),
rlv.threshold=getOption("rlv.threshold") )
Arguments
original |
list of class |
replication |
the same, for the replication study;
if empty or |
testlevel |
level of statistical tests |
rlv.threshold |
threshold of relevance; if this is a vector, the first element will be used. |
Value
A list of class inference
and replication
containing the results of the comparison between the studies
and, as an attribute, the results for the replication.
Author(s)
Werner A. Stahel
References
Werner A. Stahel (2020). Measuring Significance and Relevance instead of p-values. Submitted; available in the documentation.
See Also
Examples
data(d.osc15Onesample)
tx <- structure(d.osc15Onesample[,c("effecto","teststatistico","no")],
names=c("effect","teststatistic","n"))
ty <- structure(d.osc15Onesample[,c("effectr","teststatisticr","nr")],
names=c("effect","teststatistic","n"))
replication(tx, ty, rlv.threshold=0.1)