Learn R Programming

relevance (version 2.1)

rplClass: Reproducibility Class

Description

Find the classes of relevance and of reprodicibility.

Usage

rplClass(rlvclassd, rlvclassr, rler=NULL)

Value

Character string: the replication outcome class

Arguments

rlvclassd

relevance class of the difference between rplication and original study

rlvclassr

relevance class of the replication's effect estimate

rler

estimated relevance of the replication

Author

Werner A. Stahel

References

Werner A. Stahel (2020). Measuring Significance and Relevance instead of p-values. Submitted

Examples

Run this code
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"))
rplClass(tx, ty)

Run the code above in your browser using DataLab