threshold.example: Simulate an example data frame

View source: R/20241206_simulation_function_edit.R

threshold.exampleR Documentation

Simulate an example data frame

Description

Simulate an example data frame

Usage

threshold.example(N, TL, p, gamma)

Arguments

N

cross-sectional dimension

TL

time series length

p

fraction of non-zero coefficients

gamma

value of non-zero coefficients

Value

simulated data frame

Examples

d = threshold.example(10, 200, 0.1, 2)

hdthreshold documentation built on April 11, 2025, 5:54 p.m.