xtable: Access xtable in package xtable

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/sienaprint.r

Description

Dummy function to allow access to xtable in package xtable

Usage

1
xtable(x, ...)

Arguments

x

sienaFit object

...

Other arguments for xtable.sienaFit

Value

Value returned from xtable.sienaFit

Author(s)

Ruth Ripley

References

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

See Also

xtable.sienaFit

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
## The function is currently defined as
function (x, ...)
{
    xtable::xtable(x, ...)
  }
## Not run: 
myalgorithm <- sienaAlgorithmCreate(nsub=2, n3=100)
mynet1 <- sienaDependent(array(c(tmp3, tmp4), dim=c(32, 32, 2)))
mydata <- sienaDataCreate(mynet1)
myeff <- getEffects(mydata)
ans <- siena07(myalgorithm, data=mydata, effects=myeff, batch=TRUE)
ans
summary(ans)
xtable(ans, type="html", file="ans.html")
## End(Not run)

RSienaTest documentation built on July 14, 2021, 3 a.m.