SUMMARY {MoLE} | R Documentation |
Summarize simulation results
Description
Summarize results of simulation
Usage
SUMMARY()
Value
List and plots
generation |
generation of present agent |
order |
word-order generalizations |
topic |
topic-order generalizations |
index |
verb-marker generalizations |
person |
generalizations about role marking per person (e.g. first person undergoers should be marked) |
actor |
actor-marking generalizations on the basis of meaning (e.g. all actors with a zero value on the first dimension should be marked) |
undergoer |
undergoer-marking generalizations on the basis of meaning (e.g. all undergoer with a zero value on the first dimension should be marked) |
markers |
which words were mostly used as markers |
nounMarkerUse1 |
proportion of role-marking in total |
nounMarkerUse12 |
proportion of role-marking of transitive events |
first |
lexemes with first-person meaning |
second |
lexemes with second-person meaning |
Author(s)
Sander Lestrade
See Also
CHECKMARKER
, HISTORY
Examples
## Not run:
FOUND()
RUN(.0001) #create results to summarize: first generation has to die
world$deathAge=10
DIE(1)
SUMMARY()
## End(Not run)
[Package MoLE version 1.0.1 Index]