#' p
#'
#' \deqn{p = (Co-Ce) / Co}
#'
#' @param Ce xxxPARAMxxx
#' @param Co xxxPARAMxxx
#'
#' @return p xxxRETURNxxx
#'
f_val_calc_p <-
function# p
###
(Ce
###
, Co
###
)
{
##details<<
##\deqn{p = (Co-Ce) / Co}
p <- (Co-Ce) / Co;
return( p );
### p
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.