NetSim-internal: Internal functions

Description Usage Arguments

Description

Internal functions that are not supposed to be called by the user directly or are functions that are in the process of being tested.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
	## S3 method for class 'character'
create_effect(name, ...)
	## S3 method for class 'UnknownType'
create_effect(name, ...)
	add_effect_with_parameter(saom, effect, parameter)
	add_effect_with_index(saom, effect, attributeIndex)
	create_siena_model_manager(poissonParameter, dependentNetworkIndex, 
		effectNames, effectInitParameters, effectParameters, nActors)
	## S3 method for class 'MultinomialChoiceNetworkChoiceChangeModel'
add_effect(changeModel, ...)

Arguments

name

effect name

saom

SAOM object

effect

effect object

parameter

effect parameter

attributeIndex

index to the attribute container capturing parameters

poissonParameter

homogenous Poisson parameter

dependentNetworkIndex

index of dependent network

effectNames

names of one mode effects as vector

effectInitParameters

initializing parameters

effectParameters

effect parameters

nActors

number of actors

changeModel

A change model

...

Additional arguments


NetSim documentation built on May 29, 2017, 6:41 p.m.