Calculate the MPLE of a specified VCERGM
1 2  | 
object | 
 A formula object of the form (network object) ~ <model terms>. Model terms take the same form of ERGM terms from R package 'ergm'.  | 
networks | 
 A list of observed networks. It should have a list() object.  | 
attr | 
 attr A list of vertex attributes. Default is NULL. (i.e. No attributes)  | 
directed | 
 TRUE for analyzing directed networks. FALSE for analyzing undirected networks.  | 
lag | 
 Lag in temporal networks. Default is 0 (i.e. VCERGM(0))  | 
B | 
 A set of basis functions (K x q matrix)  | 
degree.spline | 
 Degree of splines. Default is 3 (cubic splines).  | 
lambda.range | 
 Range of lambda (Tuning parameter)  | 
constant | 
 TRUE for constrained model of homogeneous VCERGM. FALSE for unconstrained model for heterogeneous VCERGM. Default is FALSE.  | 
Tol | 
 Tolerance level used for calculating MPLE (IRLS iterations)  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.