Learn R Programming

bin2norm (version 0.1.0)

estimate_singleThresh_probit: GLM probit (Single Threshold per Study)

Description

For each group \(i\), we assume the data follows: $$ \Pr(Y_i = 1) = \Phi\left( \frac{\mu - c_i}{\sigma} \right) $$ where \(c_i\) is a known threshold, and \(\Phi\) is the standard normal CDF (the probit link). The function reconstructs individual binary outcomes based on observed probabilities, and estimates the parameters using generalized linear modeling with a probit link.

Usage

estimate_singleThresh_probit(n_i, c_i, p_i_obs)

Value

A list with mu, sigma, method="probit".

Arguments

n_i

numeric vector

c_i

numeric vector

p_i_obs

numeric vector