Learn R Programming

RSiena (version 1.1-232)

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

data

a Siena data object

myeff

a Siena Effects object

modelname

Character string used to name the output file "modelname.out"

session

Used to pass in a Siena01Gui() style session object so that data file names can be printed.

getDocumentation

Flag to allow documentation of internal functions, not for use by users.

Value

No value returned.

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
# NOT RUN {
mynet1 <- sienaDependent(array(c(s501, s502, s503), dim=c(50, 50, 3)))
mydata <- sienaDataCreate(mynet1)
myeff <- getEffects(mydata)
# }
# NOT RUN {
print01Report(mydata, myeff)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab