get_p_values_new: Calculating p values

View source: R/doublyT.R

get_p_values_newR Documentation

Calculating p values

Description

Computes the p values based on the noncentrality parameters delta and lambda for the doubly noncentral t-distribution

Usage

get_p_values_new(delta, lambda, N, alpha = 0.05, df = sum(N - 2))

Arguments

delta

The first noncentrality parameter

lambda

The second noncentrality parameter

N

the amount of patients in the trial

alpha

significance level

df

degrees of freedom

Value

a p value


randomizeR documentation built on Sept. 19, 2023, 1:08 a.m.