actvector: Create Activation Vector (actvector)

View source: R/FCMfunctions.R

actvectorR Documentation

Create Activation Vector (actvector)

Description

Function that extracts a column vector from a RepGrid and standardises it so that it can be used as an activation vector in a Fuzzy Cognitive Map.

Usage

actvector(grid, col.element = 1)

Arguments

grid

Subject's RepGrid. It must be an S4 object imported by the importgrid function.

col.element

column number corresponding to the element from which the activation vector is extracted.

Value

Returns a vector containing the standardised weights for each of the constructs associated an element.


GICUNED/GridFCM documentation built on Feb. 23, 2023, 9:03 a.m.