Creating of whole plots by selection

plot_RPS(sampH0 = sampH0, sampH1 = sampH1, sampEmp = sampEmp, select = 6)

Arguments

sampH0

The result of samplesH0 function

sampH1

The result of samplesH1 function

sampEmp

The result of samplesEmp function

select

The selection of plot options

Value

Plot summary of ResProStr. Based on the selection, different plots are generated; select = 1: Distribution of t-values for given H0 and H1 select = 2: Proportion of LR as a function of criteria select = 3: Distribution of t-values for given H0 and H1 adapted to d observed select = 4: Proportion of LR as a function of selected criteria. select = 5: Distributions of t-values for given H1(=t empirical) und H0 select = 6: Multiple plots for the case of the likelihood ratios prior to data collection

Examples

if (FALSE) {
plot_RPS(sampH0 = sampH0, sampH1 = sampH1, sampEmp = sampEmp,
select = 6)
}