Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement more complex durational terms #3

Open
krivit opened this issue Mar 28, 2017 · 3 comments
Open

Implement more complex durational terms #3

krivit opened this issue Mar 28, 2017 · 3 comments

Comments

@krivit
Copy link
Member

krivit commented Mar 28, 2017

So far, only mean.age is implemented.

What terms are needed?

@skyebend
Copy link
Contributor

skyebend commented Apr 4, 2017

  • periodic terms (cyclic tie probability as a function of model time, to capture weekly/seasonal activity patterns)
  • as a function of categorical variables on edges or vertex dyads. 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
    I forget what some of the other ones were, maybe they will come back

@krivit
Copy link
Member Author

krivit commented Apr 4, 2017

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
Copy link
Contributor

skyebend commented Apr 5, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants