MulaiMulai sekarang secara gratis

Basic SEM Diagram

The adoption group are not statisticians, so it would help them understand your work if you could create a picture of their model. The previous two-factor model of goodstory and inperson has been loaded for you.

Create a basic plot of the model using the semPlot library and the semPaths() function with the default output. The model plot should have two circles for the latents, and six squares for the manifest variables.

Latihan ini adalah bagian dari kursus

Structural Equation Modeling with lavaan in R

Lihat Kursus

Petunjuk latihan

  • Load the semPlot library.
  • Use the semPaths() function where the object is saved analyzed model adopt.fit.

Latihan interaktif praktis

Cobalah latihan ini dengan menyelesaikan kode contoh berikut.

# Load the semPlot library
___

# Create a default picture
___
Edit dan Jalankan Kode