Replies: 1 comment 1 reply
-
|
Good question, one day I will hopefully write this up properly somewhere :) I think everything you write is correct, except you seem to pose them as alternatives so I'm wondering which of us is confused! So, some hours have passed since I started answering this, here is the half finished paper that hopefully answers the questions :) Feedback will be very helpful! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm curious what changes are made to the measurement model statement when a binary variable$y_{bin}(t)$ is included. I can see this partially addressed here: #33
The measurement model I can find explicitly written is:
Except the manifest variance for the binary variable and its covariance with the continuous variable is set = 0. Is the error ("response" residual) for the binary variable obtained through the link$p(t) = 1 / (1 + e^{-y(t)})$ and $\epsilon_{binary}(t) = y_{bin}(t) - p(t)$ ?
Is this right? Either way, I'm curious how the measurement model should be alternatively stated to account for the joint continuous/binary error, assuming that the latent process statement is the same (I'm using a 2x2 identity matrix for Lambda).
Or perhaps, are the parameters estimated by MLE for continuous and binary observations according to
since the manifest variance and covariance involving the binary variable is set = 0? Which I'm gleaning from my model summary where manifestmeans is set to 0.
Any help is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions