createBtergm | R Documentation |
Constructor for btergm objects.
createBtergm(
coef,
boot,
R,
nobs,
time.steps,
formula,
formula2,
response,
effects,
weights,
auto.adjust,
offset,
directed,
bipartite,
nvertices,
data
)
coef |
Object of class |
boot |
Object of class |
R |
Object of class |
nobs |
Object of class |
time.steps |
Object of class |
formula |
Object of class |
formula2 |
The revised formula with the object references after applying
the |
response |
Object of class |
effects |
Object of class |
weights |
Object of class |
auto.adjust |
Object of class |
offset |
Object of class |
directed |
Object of class |
bipartite |
Object of class |
nvertices |
Number of vertices. |
data |
The data after processing by the |
Create an S4 btergm object using this constructor function.
Philip Leifeld
Other tergm-classes:
btergm-class
,
createMtergm()
,
createTbergm()
,
mtergm-class
,
tbergm-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.