M-E-Rademaker / cSEM.DGP

Generate data for structural equation models
https://m-e-rademaker.github.io/cSEM.DGP/
2 stars 0 forks source link

Error #4

Open FloSchuberth opened 4 years ago

FloSchuberth commented 4 years ago

The following model does not work:

model<-' A =~ 0.7SEXB1 + 0.65SEXB2+ 0.8SEXB3 B =~0.8SEMB1+0.75SEMB2+0.85SEMB3+0.8SEMB4+0.1SEMB5 C<~ 0.3SMC1 +0.4SMC2+0.3SMC3 SMC1~~0.4SMC2+0.2SMC3 SMC2~~0.45SMC3 D <~ 0.4BPP1+0.35BPP2+0.3BPP3+0.35BPP4 BPP1~~0.1BBP2+0.4BPP3+0.3BPP4 BPP2~~0.3BPP3+0.25BPP4 BPP3~~0.35BPP4

A~~0.3B C~0.45A+0.5B D~0.55C

' generateData(.model = model,.empirical = T,.return_type = 'cor')

FloSchuberth commented 4 years ago

schicks dir nochmal per mail...iwie klappt das heir auf gthub nicht