R/zzz.R

#' fmeffects
#'
#' Computes forward marginal effects (FME) for arbitrary supervised machine learning models. You provide a model and data, and 'fmeffects' gives you feature effects.
"_PACKAGE"

#' @import R6
#' @import data.table
#' @importFrom cli cli_abort
#' @importFrom cowplot plot_grid
#' @importFrom ggparty ggparty
#' @importFrom ggplot2 ggplot
#' @importFrom partykit ctree
#' @importFrom testthat test_that
NULL

Try the fmeffects package in your browser

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

fmeffects documentation built on June 22, 2024, 9:32 a.m.