NormalData: Generate Normal Data for Conditional Independence Testing

View source: R/data.R

NormalDataR Documentation

Generate Normal Data for Conditional Independence Testing

Description

This function generates continuous data where X and Y are both functions of Z1 and Z2 with added normal noise.

Usage

NormalData(N)

Arguments

N

Integer. Sample size.

Value

A data frame with columns Z1, Z2, X, and Y.


CCI documentation built on Aug. 29, 2025, 5:17 p.m.