Internal function preserving the original pffr_simulate behavior for backward
compatibility. This is called when the deprecated scenario argument
is used.
pffrSim_legacy(
scenario = "all",
n = 100,
nxgrid = 40,
nygrid = 60,
SNR = 10,
propmissing = 0,
limits = NULL
)Deprecated. Character string or vector specifying
predefined scenarios. Use the formula argument instead.
Number of observations.
Number of evaluation points for functional covariates.
Ignored if xind is provided.
Number of evaluation points for the functional response.
Ignored if yind is provided.
Signal-to-noise ratio: var(eta) / var(epsilon).
Proportion of missing data in the response (0 to 1).
A function defining integration limits for ff() terms,
e.g., function(s, t) s < t.