Learn R Programming

fuzzyreg (version 0.6.2)

summary.fuzzylm: Summarizes Fuzzy Linear Regression

Description

Calculates the summary from the fuzzylm object.

Usage

# S3 method for fuzzylm
summary(object, ...)

Value

Returns a list with models for the central tendency and spreads from the fuzzy linear regression, total error of fit of the model and a goodness-of-fit measure.

Arguments

object

a fuzzylm object.

...

additional parameters passed to and from other methods.

See Also

TEF, GOF

Examples

Run this code
data(fuzzydat)
f <- fuzzylm(y ~ x, fuzzydat$lee)
sum.f <- summary(f)
sum.f

Run the code above in your browser using DataLab