createTbergm {btergm} | R Documentation |
Constructor for tbergm objects
Description
Constructor for tbergm objects.
Usage
createTbergm(
time.steps,
formula,
formula2,
auto.adjust,
offset,
directed,
bipartite,
estimate,
bergm,
nvertices,
data
)
Arguments
time.steps |
Object of class |
formula |
Object of class |
formula2 |
The revised formula with the object references after applying
the |
auto.adjust |
Object of class |
offset |
Object of class |
directed |
Object of class |
bipartite |
Object of class |
estimate |
Estimate: |
bergm |
The original |
nvertices |
Number of vertices. |
data |
The data after processing by the |
Details
Create an S4 tbergm object using this constructor function.
Author(s)
Philip Leifeld
See Also
Other tergm-classes:
btergm-class
,
createBtergm()
,
createMtergm()
,
mtergm-class
,
tbergm-class