R/proba_v.R

#' Title
#'
#' @param v
#' @param x
#'
#' @return
#' @export
#'
#' @examples
Proba.v <- function(v,x)
{
  R <- 1 - cdf.v(v,x)

  return(R)
}
DavidObst/Probing documentation built on May 6, 2019, 1:54 p.m.