varsel: Variable selection
Description
varsel
omits non-significant inputs from a transfer function model.
Usage
varsel(tfm, ...)# S3 method for tfm
varsel(tfm, p.value = 0.1, ...)
Arguments
p.value
probability value to decide whether or not to omit an input.
Value
A tfm
object or a "um" if no input is significant at that level.