terms: The top loading Terms of a Person or Performance

Description Usage Arguments Value Author(s) References See Also Examples

Description

The meaning vector of a performance activates certain terms strongly above a defined threshold. terms returns this character vector of terms. If a person or vector of performances is handed over, it returns a list with a vector for each performance.

Usage

1
   terms(x, ...)

Arguments

x

A Performance object (or vector of), or Person object.

...

Additional parameters passed on to getActivatedTerms.

Value

Returns a vector with character strings.

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

Performance, Person, Performance-class

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
dmgr = DomainManager()
data(generic.domain)
dmgr$add(d, title="generic")

ppl = HumanResourceManager(dmgr)

fridolin = ppl$add("fridolin")
fridolin$read("a paper about business management")
fridolin$write("a forum message in the course forum of business management 101")

terms(fridolin)

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