R/toy_data.R

#' Toy data for running GADAG
#'
#' An example of data for running GADAG.
#'
#' @docType data
#' @name toy_data
#' @usage data(toy_data)
#' @format A list of two variables containing the adjacency matrix G of a 10-nodes "star" DAG
#'   (node 1 activates all other 9 nodes) and a design matrix X with 100 observations of the
#'   distribution of the 10 nodes.
#' @keywords datasets
"toy_data"

Try the GADAG package in your browser

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

GADAG documentation built on Sept. 10, 2026, 5:07 p.m.