R/get_functions.R

Defines functions get_functions

Documented in get_functions

#' Predefined functions
#'
#' \code{getfunctions} lists the predefined functions in \code{quickpsy}.
#' @seealso \code{\link{cum_normal_fun}},
#' \code{\link{logistic_fun}},
#' \code{\link{weibull_fun}}
#' @export
get_functions <- function() {
  list(cum_normal_fun = cum_normal_fun,
       logistic_fun = logistic_fun,
       weibull_fun = weibull_fun)
}

Try the quickpsy package in your browser

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

quickpsy documentation built on Oct. 2, 2019, 5:03 p.m.