table_RPS.RdCreating table outputs by selection
table_RPS(
sampH0 = sampH0,
sampH1 = sampH1,
sampEmp = sampEmp,
sampEmp0 = sampEmp0,
samp30 = samp30,
select = 1
)The result of samplesH0 function
The result of samplesH1 function
The result of samplesEmp function
The result of samplesEmp0 function
The result of samples30 function
The selection of table options (default is 1 for Proportion of correct positive results (prior to data collection))
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)
if (FALSE) {
table_RPS(sampH0 = sampH0, sampH1 = sampH1, sampEmp = sampEmp, sampEmp0 = sampEmp0,
samp30 = samp30, select = 1)
}