NonLinNormal: Generate Nonlinear Normal Data

View source: R/data.R

NonLinNormalR Documentation

Generate Nonlinear Normal Data

Description

Creates nonlinear continuous data based on an exponential interaction of Z1 and Z2.

Usage

NonLinNormal(N)

Arguments

N

Integer. Sample size.

Value

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

Examples

head(NonLinNormal(N = 100))


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