Learn R Programming

qch (version 2.1.0)

f1_separation_signed: Signed case function: Separate f1 into f+ and f-

Description

Signed case function: Separate f1 into f+ and f-

Usage

f1_separation_signed(XMat, f0Mat, f1Mat, p0, plotting = FALSE)

Value

A list with the following elements:

f1plusMata matrix containing the evaluation of the marginal density functions under \(H_1^+\) at each items, each column corresponding to a p-value serie.
f1minusMata matrix containing the evaluation of the marginal density functions under \(H_1^-\) at each items, each column corresponding to a p-value serie.
p1plusan estimate of the proportions of \(H_1^+\) items for each series.
p1minusan estimate of the proportions of \(H_1^-\) items for each series.

Arguments

XMat

a matrix of probit-transformed p-values, each column corresponding to a p-value serie.

f0Mat

a matrix containing the evaluation of the marginal density functions under \(H_0\) at each items, each column corresponding to a p-value serie.

f1Mat

a matrix containing the evaluation of the marginal density functions under \(H_1\) at each items, each column corresponding to a p-value serie.

p0

the proportions of \(H_0\) items for each series.

plotting

boolean, should some diagnostic graphs be plotted. (Default is FALSE.)