Change configuration of an inducer
object
Usage
configuration(.inducer) <- value
Examples
inducer <- InducerLm()
inducer
#> Inducer: lm
#> Configuration: formula = , subset = , weights = , na.action = , method = qr, model = TRUE, x = FALSE, y = FALSE, qr = TRUE, singular.ok = TRUE, offset =
configuration(inducer)$x <- TRUE