Replies: 1 comment
-
So, at first glance, I had thought that the issue was a matter of figuring out how to specify this correctly, so I moved this to a discussion, but it looks like there are some bugs that this reveals. In particular, we probably need to add a unit test that forces an observation process in a situation with 0 missing dyads, since that's the case that this is dealing with. In the meantime, @adamhaber , does the fitting work for simple models (warnings notwithstanding)? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working with noisy network data, and I'm interested in explicitly modeling the ties measurement error. I have reasonable prior knowledge regarding the error rates (estimating a non-tie as a tie or vice versa).
I was quite excited when I saw
dyadnoise
- I think this is exactly what I am looking for. Before trying this functionality on my network, I wanted to play with the various "standard" datasets.I ran the following code:
and got:
is this the expected behavior?
Beta Was this translation helpful? Give feedback.
All reactions