print01Report: Function to produce the Siena01 report from R objects

Description Usage Arguments Details Value Author(s) References Examples

View source: R/print01Report.r

Description

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

Usage

1
print01Report(data, modelname = "Siena", getDocumentation=FALSE)

Arguments

data

a Siena data object

modelname

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

getDocumentation

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

Details

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

Value

No value returned.

Author(s)

Ruth Ripley

References

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

Examples

1
2
3
4
5
6
mynet1 <- sienaDependent(array(c(s501, s502, s503), dim=c(50, 50, 3)))
mydata <- sienaDataCreate(mynet1)
## Not run: 
print01Report(mydata, modelname="mydescription")

## End(Not run)

RSiena documentation built on Sept. 24, 2020, 3 p.m.