coef.fuzzylm | R Documentation |
Extracts coefficients of the fuzzy regression model in object fuzzylm
.
## S3 method for class 'fuzzylm'
coef(object, complete = TRUE, ...)
object |
a |
complete |
not used for a |
... |
other arguments. |
matrix with coefficients for the central tendency of the model, upper and lower boundary.
The function returns real value numbers that define model predictions at
\mu_{\tilde{y}}(x) = 1
and \mu_{\tilde{y}}(x) > 0
,
not triangular fuzzy numbers. To extract triangular fuzzy number coefficients of the
model, use object$coef
.
data(fuzzydat)
f <- fuzzylm(y ~ x, data = fuzzydat$lee)
coef(f)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.