Learn R Programming

RSiena (version 1.0.9)

print01Report: Function to produce the Siena01 report from R objects

Description

Prints a report of a Siena data object and its default effects.

Usage

print01Report(data, myeff, modelname = "Siena", session = NULL,
getDocumentation=FALSE)

Arguments

Value

No value returned.

Rdversion

1.1

Details

First deletes any file of the name "modelname.out", then prints a new one.

References

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

See Also

siena01Gui

Examples

Run this code
mymodel <- sienaModelCreate(findiff=TRUE, fn=simstats0c)
mynet1 <- sienaNet(array(c(s501, s502, s503), dim=c(50, 50, 3)))
mydata <- sienaDataCreate(mynet1)
myeff <- getEffects(mydata)
print01Report(mydata, myeff)

Run the code above in your browser using DataLab