Simulates data from a sufficient dimension reduction model with an autoregressive covariance structure. The function returns the true orthonormal central subspace basis, which allows simulation studies to evaluate both prediction accuracy and subspace recovery.
Arguments
- n
Sample size.
- p
Number of predictors.
- d
Structural dimension.
- rho
AR(1) correlation parameter.
- sigma
Error standard deviation.
- signal_strength
Multiplicative strength of the regression signal.
- model
Data-generating model.
- beta_type
Type of true central subspace basis.
- beta
Optional user-supplied
pbydcentral subspace basis. When supplied, its orthonormal basis is used andbeta_typeis ignored.- seed
Optional random seed.