Learn R Programming

fuzzyreg (version 0.6.2)

fuzzydat: Data For Fuzzy Linear Regression

Description

Example data reported by the authors of the respective fuzzy linear regression methods for testing model fit performance.

Usage

data(fuzzydat)

Arguments

Format

A list of data.frames.

Examples

Run this code
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