powered by
Example data reported by the authors of the respective fuzzy linear regression methods for testing model fit performance.
data(fuzzydat)
A list of data.frames.
data(fuzzydat) fuzzylm(y ~ x, data = fuzzydat$lee) fuzzylm(y ~ x, data = fuzzydat$dia, method = "fls", fuzzy.left.y = "yl", fuzzy.right.y = "yl")
Run the code above in your browser using DataLab