Usage
dsmodel(x, y, type = 2, step = 0.25, p.value = 0.01, verbose = F)
Arguments
- x
Numeric vector for signal x.
- y
Numeric vector for signal y.
- type
Model type (default 2).
- step
Step size (default 0.25).
- p.value
P-value threshold (default 0.01).
- verbose
Logical indicating verbose output (default FALSE).
Value
A list containing the fitted models, R-squared values, prediction functions, and model equations.