CollabPotential {StakeholderAnalysis} | R Documentation |
CollabPotential
Description
Determines the potential of particular stakeholder groups for collaboration
Usage
CollabPotential(AttribIdent)
Arguments
AttribIdent |
Identifies stakeholder attributes. The $Mean or $Fra from the AttribIdent function should be used |
Details
Based on responses to items measuring Power, Legitimacy and Urgency, the function determines the potential of particular stakeholder groups for collaboration ("high" and "low")
Value
Mean |
the potential for collaboration determined on the basis of the mean value |
Fra |
the potential for collaboration determined on the basis of the fractions of responses |
Author(s)
Sebastian Susmarski, Lech Kujawski, Anna Zamojska, Piotr Zientara
Examples
# first import DataExp
data(DataExp)
# then execute PrelCalc(), RespVerif(), AttibIdent()
PrelCalcExp=PrelCalc(data=DataExp, NoAtt=c(2,11,13,15),NoPow=c(3,8,14,16),
NoUrg=c(4,6,10,12),NoLeg=c(5,7,9,17),NoBen=18:22,NoCos=23:27)
RespVerifExp=RespVerif(CountResponses=PrelCalcExp$CountResponses,
NoStakeholders=PrelCalcExp$NoStakeholders)
AttribIdentExp=AttribIdent(TestedResponses=RespVerifExp, NoAttrib=PrelCalcExp$NoAttrib,
NoStakeholders=PrelCalcExp$NoStakeholders, NameStakeholders=PrelCalcExp$NameStakeholders)
# CollabPotential
CollabPotentialExp=CollabPotential(AttribIdent=AttribIdentExp)
CollabPotentialExp
[Package StakeholderAnalysis version 1.2 Index]