Dear group members, good afternoon
How would one record anchors for a fuzzy set that was calibrated via recording/theoretical method?
I ran this code but apparently its for direct calibration
rob.calibrange(raw.data = datastr2,calib.data = INNOV2added,test.cond.raw ="investment",test.cond.calib = "HIGHINV",test.thresholds = c(0.3,0.59,0.99,1), step = 0.1, max.runs = 5,outcome = "HIGHPATENT",conditions = conds,incl.cut = 0.87, n.cut = 1)
Error: For fuzzy direct calibration, there should be either 3 or 6 thresholds".
modifying it to 6 values also resulted in a problem
rob.calibrange(raw.data = datastr2,calib.data = INNOV2added,test.cond.raw ="investment",test.cond.calib = "HIGHINV",test.thresholds = c(0,0.3,0.59,0.6,0.99,1), step = 0.1, max.runs = 5,outcome = "HIGHPATENT",conditions = conds,incl.cut = 0.87, n.cut = 1)
[1] "Searching for thresholds, this takes me a while for now, sorry..."
[1] "Searching for thresholds, this takes me a while for now, sorry..."
[1] "Searching for thresholds, this takes me a while for now, sorry..."
Error: First crossover threshold not between first exclusion and inclusion thresholds.
I calibrated the values as follows:
“HIGHINV”: >=1 (1), 0.99-0.6 (0.67), 0.59-0.3 (0.33), <0.3 (0)
Many thanks for your help!