Last chance! 50% off unlimited learning
Sale ends in
## S3 method for class 'sienaEffects':
print(x, fileName = NULL, includeOnly=TRUE,
expandDummies = FALSE, ...)
## S3 method for class 'sienaEffects':
summary(object, fileName = NULL,
includeOnly=TRUE, expandDummies = FALSE, ...)
## S3 method for class 'summary.sienaEffects':
print(x, fileName = NULL, ...)
print.sienaEffects
prints details of the main
columns of the selected rows of the effects object. The function summary.sienaEffects
checks the rows for valid
printing via print.data.frame
and excludes any that will
fail. The OK columns are printed first, followed by any others.
Output from either can be directed to a file by using the argument
filename
.
sienaTimeTest
mynet1 <- sienaNet(array(c(s501, s502, s503), dim=c(50, 50, 3)))
mynet2 <- sienaNet(s50a, type='behavior')
mycovar <- coCovar(rnorm(50))
mydyadcovar <- coDyadCovar(matrix(as.numeric(rnorm(2500) > 2), nrow=50))
mydata <- sienaDataCreate(mynet1, mynet2, mycovar, mydyadcovar)
myeff <- getEffects(mydata)
myeff
summary(myeff)
Run the code above in your browser using DataLab