statnet / ergm.ego

Fit, Simulate and Diagnose Exponential-Family Random Graph Models to Egocentrically Sampled Network Data https://statnet.org
Other
14 stars 4 forks source link

Implement more complex durational terms #3

Open krivit opened 7 years ago

krivit commented 7 years ago

So far, only mean.age is implemented.

What terms are needed?

skyebend commented 7 years ago
krivit commented 7 years ago

Thanks, Skye.

Edit: My bad, didn't realize this was for ergm.ego.

periodic terms (cyclic tie probability as a function of model time, to capture weekly/seasonal activity patterns)

I don't know what the "sufficient statistic" for that would be. Any thoughts?

as a function of categorical variables on edges or vertex dyads.

Mean age by covariate should be doable.

I notice one of steve's models is keeping two seperate network objects, one for long duration ties and one for short duration ties. Seems like ideally should be able to express this in a single model

That's a whole separate project...

skyebend commented 7 years ago

Oh, I thought it was for tergm, no idea about durational terms for ergm ego