NonLinNormalZs: Generate High-dimensional Nonlinear Normal Data

View source: R/data.R

NonLinNormalZsR Documentation

Generate High-dimensional Nonlinear Normal Data

Description

Creates a Z-dimensional nonlinear dataset with complex dependencies between features and targets.

Usage

NonLinNormalZs(N, d = 0, Zs = 20)

Arguments

N

Integer. Sample size.

d

Numeric. Dependency strength. Default is 0.

Zs

Integer. Number of Z variables. Default is 10.

Value

A data frame with columns Z1-Z10, X, and Y.

Examples

head(NonLinNormalZs(N = 100, Zs  = 20))


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