hello. I am a new user of R programming and OpenMX. actually after a lot of attempts I got able to run the instruction available in (http://openmx.psyc.virginia.edu/sites/default/files/FakeData_1.R). it does not show any errors but it does not show any results either. actually, I don't know how to see the results. please help me in this case! thanx
The file to which you supply a link defines a function. It will not do anything unless you call it supplying the parameters it needs and which are defined near the top.
I think you might benefit from reading some of the introductory material on R which you can find at CRAN
Help
hello. I am a new user of R programming and OpenMX. actually after a lot of attempts I got able to run the instruction available in (http://openmx.psyc.virginia.edu/sites/default/files/FakeData_1.R). it does not show any errors but it does not show any results either. actually, I don't know how to see the results. please help me in this case! thanx
Log in or register to post comments
In reply to Help by bob3d
The file to which you supply
The file to which you supply a link defines a function. It will not do anything unless you call it supplying the parameters it needs and which are defined near the top.
I think you might benefit from reading some of the introductory material on R which you can find at CRAN
Log in or register to post comments