fwdlm(formula, data, nsamp = "best", x = NULL, y = NULL, intercept = TRUE,
na.action, trace = TRUE)lqs'. This argument allows to control how many subsets are used in the Least Median of Squares reTRUE a message is printed for every ten iterations completed during the forward search.summary.fwdlm, plot.fwdlm, fwdsco, fwdglm.data(forbes)
plot(forbes, xlab="Boiling point", ylab="100 x log(pressure)")
mod <- fwdlm(y ~ x, data=forbes)
summary(mod)
plot(mod)
plot(mod, 1)
plot(mod, 6, ylim=c(-3, 1000))Run the code above in your browser using DataLab