AttribIdent: AttribIdent

Description Usage Arguments Details Value Author(s) Examples

View source: R/kod_do_11.R

Description

Identifies stakeholder attributes as well as benefits and costs

Usage

1
AttribIdent(TestedResponses, NoAttrib, NoStakeholders, NameStakeholders)

Arguments

TestedResponses

the result of the RespVerif function

NoAttrib

col numbers in the raw data set related to particular constructs. The $NoAttrib from the PreCalc function should be used

NoStakeholders

the number of stakeholder groups. The $NoStakeholders from the PreCalc function should be used

NameStakeholders

the names of stakeholder groups. The $NameStakeholders from the PreCalc function should be used

Details

Based on previously performed tests of means and fractions (see the RespVerif function), the function determines whether a particular attribute is statistically significant or not (.<05)

Value

Mean

(the number of stakeholder groups) x 6 matrix. In each row, the "+" sign indicates that an attribute is statistically significant, while the "-" sign indicates that an attribute is not statistically significant (based on the mean test). The "0" sign shows that the response is neutral, meaning that respondents do not know whether they possess a particular attribute or not

Fra

(the number of stakeholder groups) x 6 matrix. In each row, the "+" sign indicates that an attribute is statistically significant, while the "-" sign indicates that an attribute is not statistically significant (based on the fraction test). The "0" sign shows that the response is neutral, meaning that respondents do not know whether they possess a particular attribute or not

Author(s)

Sebastian Susmarski, Lech Kujawski, Anna Zamojska, Piotr Zientara

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
# first import DataExp
data(DataExp)
# then execute PrelCalc(), RespVerif()
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)
# AttribIdent()
AttribIdentExp=AttribIdent(TestedResponses=RespVerifExp, NoAttrib=PrelCalcExp$NoAttrib,
NoStakeholders=PrelCalcExp$NoStakeholders, NameStakeholders=PrelCalcExp$NameStakeholders)
AttribIdentExp

StakeholderAnalysis documentation built on May 2, 2019, 3:44 a.m.