Last chance! 50% off unlimited learning
Sale ends in
Prints a report of a Siena data object and its default effects.
print01Report(data, modelname = "Siena", getDocumentation=FALSE)
No value returned.
a Siena data object
Character string used to name the output file "modelname.txt"
Flag to allow documentation of internal functions, not for use by users.
Ruth Ripley
First deletes any file of the name "modelname.txt", then prints a new one.
mynet1 <- sienaDependent(array(c(s501, s502, s503), dim=c(50, 50, 3)))
mydata <- sienaDataCreate(mynet1)
if (FALSE) {
print01Report(mydata, modelname="mydescription")
}
Run the code above in your browser using DataLab