Creating table outputs by selection

table_RPS(
  sampH0 = sampH0,
  sampH1 = sampH1,
  sampEmp = sampEmp,
  sampEmp0 = sampEmp0,
  samp30 = samp30,
  select = 1
)

Arguments

sampH0

The result of samplesH0 function

sampH1

The result of samplesH1 function

sampEmp

The result of samplesEmp function

sampEmp0

The result of samplesEmp0 function

samp30

The result of samples30 function

select

The selection of table options (default is 1 for Proportion of correct positive results (prior to data collection))

Value

Table wrap-up function of RPS. Based on the selection, different tables are generated; select = 1: Proportion of correct positive results (prior to data collection) select = 2: Proportion of false positive results (prior to data collection) select = 3: Proportion of correct positive results (post-hoc) select = 4: Proportion of false positive results (post-hoc)

Examples

if (FALSE) {
table_RPS(sampH0 = sampH0, sampH1 = sampH1, sampEmp = sampEmp, sampEmp0 = sampEmp0,
samp30 = samp30, select = 1)
}