actvector: Crear Vector de Activación (actvector)

View source: R/FCMfunctions.R

actvectorR Documentation

Crear Vector de Activación (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.


Asanfe/GridFCM documentation built on April 3, 2022, 8:16 p.m.