Learn R Programming

MoLE (version 1.0.1)

SUMMARY: Summarize simulation results

Description

Summarize results of simulation

Usage

SUMMARY()

Arguments

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

See Also

CHECKMARKER, HISTORY

Examples

Run this code
# NOT RUN {
FOUND()
RUN(.0001)	#create results to summarize: first generation has to die
world$deathAge=10
DIE(1)
SUMMARY()
# }

Run the code above in your browser using DataLab