fsnot: The not opertor for a fuzzy set score.

Description Usage Arguments Details Value Author(s) Examples

Description

The not opertor for a fuzzy set score.

Usage

1
2
3
4
5

Arguments

x

a variable presenting fuzzy set score

...

fuzyy set score variables

Details

The not operator is define as 1 - x.

Value

a numeric vector of the new fuzzy set score.

Author(s)

Ronggui HUANG

Examples

1
2
3
4
5
x = c(0.1,0.5,0.6,0.8)
fsnot(x)

## can be used with fsplot
fsplot(cod~fsnot(econdev),data=CoD)

QCA3 documentation built on Jan. 15, 2017, 6:58 p.m.

Related to fsnot in QCA3...