power_newtest: Power for tests with p values

View source: R/power_newtest.R

power_newtestR Documentation

Power for tests with p values

Description

This function estimates the power of test routines that calculate p value(s)

Usage

power_newtest(TS, f, param_alt, TSextra, alpha = 0.05, B = 1000)

Arguments

TS

routine to calculate test statistics.

f

routine that generates data.

param_alt

values of parameter under the alternative hypothesis.

TSextra

list passed to TS.

alpha

=0.05 type I error.

B

= 1000 number of simulation runs to estimate the power.

Value

A matrix of power values


R2sample documentation built on June 17, 2025, 1:07 a.m.