algorithms {RSienaTest} | R Documentation |
Siena
model using alternative algorithms.
Estimates a longitudinal network model using different methods from those
in siena07
.
algorithms(data, effects, x, ...)
data |
A |
effects |
A |
x |
A |
... |
Other arguments controlling the algorithm |
A sienaFit
object.
Not for general use
Ruth Ripley
See http://www.stats.ox.ac.uk/~snijders/siena/
## 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)