| binary_likelihood_rest | R Documentation | 
negative log-likelihood function of the three-arm study with binary endpoints
binary_likelihood_rest(
  theta,
  Delta,
  n_exp,
  n_ref,
  n_pla,
  sum_exp,
  sum_ref,
  sum_pla,
  h,
  h_inv
)
theta | 
 vector of rates  | 
n_exp | 
 sample size in the experimental treatment group  | 
n_ref | 
 sample size in the reference treatment group  | 
n_pla | 
 sample size in the placebo treatment group  | 
sum_exp | 
 sum of results of the experimental treatment group  | 
sum_ref | 
 sum of results of the reference treatment group  | 
sum_pla | 
 sum of results of the placebo treatment group  | 
h | 
 Function used in hypothesis  | 
h_inv | 
 Inverse function of h  | 
numeric
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.