R/NetCoupler-package.R

#' @importFrom checkmate assert_data_frame assert_character assert_number
#'   assert_list assert_function assert_logical
#' @importFrom dplyr select mutate group_by if_else
#' @importFrom rlang .data
#' @importFrom purrr map map_dfr map2 imap imap_dfr
#' @keywords internal
"_PACKAGE"

## usethis namespace: start
#' @importFrom lifecycle deprecated
#' @importFrom tibble tibble
## usethis namespace: end
NULL

#' Simulated dataset with an underlying Directed Graph structure for the metabolites.
#'
#' @format The simulated dataset is a [tibble][tibble::tibble-package] with the
#'   following variables:
#'
#'   - Two outcome variables (`outcome_continuous` and `outcome_binary`) along
#'   with survival time (`outcome_event_time`) that is used for the
#'   `outcome_binary` variable
#'   - A generic `exposure` variable as continuous
#'   - 12 `metabolite_*` variables
#'   - An `age` variable used as a confounder
#'
"simulated_data"

Try the NetCoupler package in your browser

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

NetCoupler documentation built on June 8, 2025, 10:36 a.m.