You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the package does not allow for the inclusion of latent variables. I was thinking that a good way to implement this within our current architecture would be with nested lists. So instead of the case of separate variables
list(
x="bernoulli_logit",
y="ordered_logistic)
we would have a nested list indicating that x is a latent variable made up of three manifest variables
Currently, the package does not allow for the inclusion of latent variables. I was thinking that a good way to implement this within our current architecture would be with nested lists. So instead of the case of separate variables
we would have a nested list indicating that
x
is a latent variable made up of three manifest variablesThis isn't a priority, but probably something to think about for future iterations of the package.
The text was updated successfully, but these errors were encountered: