proximity: Proximity: Measure Associative Closeness

Description Usage Arguments Methods Author(s) References See Also

Description

Calculates the cosine closeness and returns its value.

Usage

1
   proximity(a, b, method="cosine")

Arguments

a

Object of class Person, Performance, or HumanResourceManager.

b

Object of class Person, Performance, or missing.

method

Currently only "cosine" is supported.

Methods

signature(a = "HumanResourceManager", b = "missing")

Return proximity values as matrix for all persons cared for in the HR manager.

signature(a = "Performance", b = "missing")

If a vector of performances, then return the proximity matrix; if a single Performane, return 1.

signature(a = "Performance", b = "Performance")

Return the proximity value between the two performances.

signature(a = "Performance", b = "Person")

Return proximity values of the performance and the person.

signature(a = "Person", b = "Person")

Return proximity value between the two persons.

Author(s)

Fridolin Wild <wild@brookes.ac.uk>

References

Fridolin Wild (2016): Learning Analytics in R with SNA, LSA, and MPIA, Springer:Berlin.

See Also

cosine


mpia documentation built on May 2, 2019, 4:18 p.m.