#' Delta per mil, observed discrimination
#'
#' Multiply 1000 by \code{\link{f_val_calc_Delta_obs}}
#'
#' @param reference_delta_e xxxPARAMxxx
#' @param chamber_delta_o xxxPARAMxxx
#' @param xi xxxPARAMxxx
#'
#' @return Delta_obs_permil xxxRETURNxxx
#'
f_val_calc_Delta_obs_permil <-
function# Delta per mil, observed discrimination
###
(reference_delta_e
###
, chamber_delta_o
###
, xi
###
)
{
##details<<
## Multiply 1000 by \code{\link{f_val_calc_Delta_obs}}
Delta_obs_permil <- 1000 * f_val_calc_Delta_obs( reference_delta_e, chamber_delta_o, xi);
return( Delta_obs_permil );
### Delta_obs_permil
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.