R/stan.operator.to.r.operator.R

#' Mapping between Stan and R operators
#' 
#' @details 
#' A list of Stan operators (regex) and associated R operators.
#' 
#' @export

stan.operator.to.r.operator <- list("(?<!\\.)\\*" = "%stan*%",
                                    "\\.\\*" = "*",
                                    " ./ " = "/",
                                    "Phi" = "pnorm",
                                    "inv_logit" = "sigmoid")
tkmckenzie/ikde documentation built on May 13, 2019, 9:53 p.m.