View source: R/print01Report.r
print01Report | R Documentation |
Prints a report of a Siena data object and its default effects.
print01Report(data, modelname = "Siena", getDocumentation=FALSE)
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. |
First deletes any file of the name "modelname.txt", then prints a new one.
No value returned.
Ruth Ripley
See https://www.stats.ox.ac.uk/~snijders/siena/
mynet1 <- sienaDependent(array(c(s501, s502, s503), dim=c(50, 50, 3)))
mydata <- sienaDataCreate(mynet1)
## Not run:
print01Report(mydata, modelname="mydescription")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.