| xtable | R Documentation |
Dummy function to allow access to xtable in package xtable
xtable(x, ...)
x |
|
... |
Other arguments for |
Value returned from xtable.sienaFit
Ruth Ripley
https://www.stats.ox.ac.uk/~snijders/siena/
xtable.sienaFit
## The function is currently defined as
function (x, ...)
{
xtable::xtable(x, ...)
}
## Not run:
myalgo <- set_algorithm_saom(nsub=2, n3=100, seed=1293)
mynet <- as_dependent_rsiena(array(c(tmp3, tmp4), dim=c(32, 32, 2)))
mydata <- make_data_rsiena(mynet)
myeff <- make_specification(mydata)
ans <- siena(mydata, effects=myeff, control_algo=myalgo, batch=TRUE)
ans
summary(ans)
xtable(ans, type="html", file="ans.html")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.