
Model1<-
'
#Path a
Creativity_Buyer~ a11*Gender_Buyer
Creativity_Seller~ a21*Gender_Seller
#Path b
Buyer_WtN~ b11*Creativity_Buyer + b12*Creativity_Seller
Seller_WtN~b21*Creativity_Seller + b22*Creativity_Buyer
'
apim1 <- sem(Model1, data = Trial)
summary(apim1, fit.measures = TRUE)
Yet, I receive the following messages.
--
You received this message because you are subscribed to the Google Groups "lavaan" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lavaan+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lavaan/6a5852d3-b0f1-43d0-a251-9832f6d044c9n%40googlegroups.com.
On Nov 28, 2022, at 10:53 AM, Edward Rigdon <edward...@gmail.com> wrote:
Perhaps you could sort you cases as male buyer vs female buyer and use a multi group approach, constraining some parameters to equality but letting others vary across groups. But you will have to infer some parameters estimates as differences across groups, because genders won't be in the model explicitly
On Mon, Nov 28, 2022, 12:36 PM john pappas <pappa...@gmail.com> wrote:
Dear all,I am working with dyadic data trying to predict how the gender of a buyer and a seller in a negotiation affect willingness to negotiate, by influencing creativity. In my model, I use heterosexual dyads, but it is important to know the gender of the buyer and the seller (that is why I include it as a variable). Please see my data frame below
To view this discussion on the web visit https://groups.google.com/d/msgid/lavaan/CAHxMgedREgE-AYi8x1z%2BwaakJ_U9%3DF6VBrQkXc4a5gM2sE%3Dqng%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lavaan/4008e237-c38e-4ea7-97a2-173f3d1e39aan%40googlegroups.com.