R/inv.rho.transform.R

#' @rdname rho.transform
#' @param a A real number.
#' @return \code{inv.rho.transform} returns a vector of the inversely
#'   transformed values with the same length as \code{a}.
#' @keywords internal
inv.rho.transform <- function (a, d) {  # inverse transformation of rho
  return((d*inv.logit(a)-1)/(d-1))
}

Try the GMCM package in your browser

Any scripts or data that you put into this service are public.

GMCM documentation built on Nov. 6, 2019, 1:08 a.m.