#' Inflation factor
#'
#' @param sig_z
#' @param se_ratio
#' @return Return IVW-uplift estimate.
#' @export
inflate_factor = function(sig_z, se_ratio){
return((1+sig_z)/sqrt(1+(se_ratio)^2))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.