Learn R Programming

fuzzyreg (version 0.6.2)

coef.fuzzylm: Extract Model Coefficients from Fuzzy Linear Model

Description

Extracts coefficients of the fuzzy regression model in object fuzzylm.

Usage

# S3 method for fuzzylm
coef(object, complete = TRUE, ...)

Value

matrix with coefficients for the central tendency of the model, upper and lower boundary.

Arguments

object

a fuzzylm object.

complete

not used for a fuzzylm object.

...

other arguments.

Examples

Run this code
  data(fuzzydat)
  f <- fuzzylm(y ~ x, data = fuzzydat$lee)
  coef(f)

Run the code above in your browser using DataLab