algorithms {RSienaTest}R Documentation

Function to estimate Siena model using alternative algorithms.

Description

Estimates a longitudinal network model using different methods from those in siena07.

Usage

algorithms(data, effects, x, ...)

Arguments

data

A siena data object

effects

A sienaEffects object

x

A sienaModel object

...

Other arguments controlling the algorithm

Value

A sienaFit object.

Note

Not for general use

Author(s)

Ruth Ripley

References

See http://www.stats.ox.ac.uk/~snijders/siena/

Examples

## Not run: 
mynet1 <- sienaDependent(array(c(tmp3, tmp4), dim=c(32,32,2)))
mydata <- sienaDataCreate(mynet1)
myeff <- getEffects(mydata)
ans <- algorithms(mydata, myeff, sienaModelCreate())

## End(Not run)

[Package RSienaTest version 1.2-17 Index]