Session Ready
Exercise

Create a Direct Path

In this exercise, edit the epi.model to include a direct regression path between lying and neuroticism. We might expect that a person's level of neuroticism would predict their level of lying.

You can edit the model specification provided to include this path, and you can use the same model specification code that you might use when defining a regression in lm.

Instructions 1/3
undefined XP
  • 1
  • 2
  • 3
  • Add a new line to the model specification code where lying is predicted by neuroticism.