powered by
Extracts coefficients of the fuzzy regression model in object fuzzylm.
fuzzylm
# S3 method for fuzzylm coef(object, complete = TRUE, ...)
matrix with coefficients for the central tendency of the model, upper and lower boundary.
a fuzzylm object.
not used for a fuzzylm object.
other arguments.
data(fuzzydat) f <- fuzzylm(y ~ x, data = fuzzydat$lee) coef(f)
Run the code above in your browser using DataLab