asymptotic_pvalues: This function finds the p values of several tests based on...

View source: R/asymptotic_pvalues.R

asymptotic_pvaluesR Documentation

This function finds the p values of several tests based on large sample theory

Description

This function finds the p values of several tests based on large sample theory

Usage

asymptotic_pvalues(x, n, m)

Arguments

x

a vector of test statistics

n

size of sample 1

m

size of sample 2

Value

A vector of p values.


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