evaluate: Evaluate a testing procedure

View source: R/evaluate.R

evaluateR Documentation

Evaluate a testing procedure

Description

Evaluate a testing procedure

Usage

evaluate(data, ...)

Arguments

data

A tibble, consists the logical columns altr, indicating whether the hypothesis is a true alternative, and final_result, indicating whether the null hypothesis rejected (considered as an alternative).

...

data's variables to group by.

Value

A tibble consists two columns, frej and trej, which are the number of the false (true) rejections in each group.


yotamleibovici/twostageshrink documentation built on Sept. 15, 2022, 7:30 p.m.