#title Piecewise linear regression [[TableOfContents]] ==== 예제1 ==== {{{ library(SiZer) x <- 1:10 y <- c(100, 200, 300, 350, 400, 500, 600, 800, 900, 600) model.pwl = piecewise.linear(x, y, middle = 1, CI = FALSE, bootstrap.samples = 1000, sig.level = 0.05) plot(model.pwl) }}} ==== 참고 자료 ==== * http://stackoverflow.com/questions/14337439/piece-wise-linear-and-non-linear-regression-in-r