[R] sem is not taking the model

2007-04-11 Thread John Smith
A strange problem with sem: I downloaded the sem library and then, I specified my simple measurement model (below). I highlighted it and ran it. It ran, but it did NOT tell me 22 lines read. And nothing works after that - it looks like it runs, but it does not produce anything... Did I make a

Re: [R] sem is not taking the model

2007-04-11 Thread John Fox
Dear Dimitri, This works find for me. It's not possible to know what you did wrong without more information, but one guess (probably wrong) is that you didn't enter a blank line to exit from specify.model(), which simply uses scan() to read the model: library(sem) model1 - specify.model() 1:

Re: [R] sem is not taking the model

2007-04-11 Thread John Smith
Subject: Re: [R] sem is not taking the model Dear Dimitri, This works find for me. It's not possible to know what you did wrong without more information, but one guess (probably wrong) is that you didn't enter a blank line to exit from specify.model(), which simply uses scan() to read the model