Learn R Programming

validateRS (version 1.0.0)

minP.adj.pvalue: Adjusted p-values for the multiple test.

Description

Computes the adjusted p-values for multiple test (minP).

Usage

minP.adj.pvalue(p.0, size, defaultPattern)

Arguments

p.0
A vector with the PD values under H0
size
A vector with the sizes of the rating classes
defaultPattern
A vector with the observed default pattern

Value

A list with
par
The parameters used
raw.p.value
The raw p-values
minp.adj.p.value
The adjusted p-valus

Details

Compute the adjusted p-values for the multiple test.

Examples

Run this code
mpa<-minP.adj.pvalue(p.0=c(0.001, 0.004), size=c(1000, 1000), 
                defaultPattern=c(0, 0))

Run the code above in your browser using DataLab