Skip to contents

Change configuration of an inducer object

Usage

configuration(.inducer) <- value

Arguments

.inducer

an Inducer object

value

value for changing configuration

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