Signed case function: Separate f1 into f+ and f-
f1_separation_signed(XMat, f0Mat, f1Mat, p0, plotting = FALSE)A list with the following elements:
f1plusMat | a matrix containing the evaluation of the marginal density functions under \(H_1^+\) at each items, each column corresponding to a p-value serie. |
f1minusMat | a matrix containing the evaluation of the marginal density functions under \(H_1^-\) at each items, each column corresponding to a p-value serie. |
p1plus | an estimate of the proportions of \(H_1^+\) items for each series. |
p1minus | an estimate of the proportions of \(H_1^-\) items for each series. |
a matrix of probit-transformed p-values, each column corresponding to a p-value serie.
a matrix containing the evaluation of the marginal density functions under \(H_0\) at each items, each column corresponding to a p-value serie.
a matrix containing the evaluation of the marginal density functions under \(H_1\) at each items, each column corresponding to a p-value serie.
the proportions of \(H_0\) items for each series.
boolean, should some diagnostic graphs be plotted. (Default is FALSE.)