I am beginner to use R software. So, anyone can explain how to use R software for path analysis? Maybe the package or guideline or example. Thanks for the answer.
In general Path Analysis can be considered as a special case of SEM - structural equation modeling.
You can find an introduction to Path Analysis, and examples in R here:
http://www.unt.edu/rss/class/mike/6810/Path.pdf
Here the author use the R package SEM.
Other packages which perform SEM modeling (and path analysis of course) are lavaan, openMX and SEM. A interesting tutorial on lavaan (which many examples of path analyses) is here:
Of course SEM (Covariance Structure Analysis\Lisrel approach) and PLS Path Modeling are different approaches with different underlying concepts behind.
In general Path Analysis can be considered as a special case of SEM - structural equation modeling.
You can find an introduction to Path Analysis, and examples in R here:
http://www.unt.edu/rss/class/mike/6810/Path.pdf
Here the author use the R package SEM.
Other packages which perform SEM modeling (and path analysis of course) are lavaan, openMX and SEM. A interesting tutorial on lavaan (which many examples of path analyses) is here:
Of course SEM (Covariance Structure Analysis\Lisrel approach) and PLS Path Modeling are different approaches with different underlying concepts behind.
Hi Amin, this doesn't directly address your question about R, but I want to point out that there are older approaches to path analysis based on ordinary least squares regression, not SEM. Surprisingly, some people still publish such models. Even though the SEM models are more difficult and may require larger sample sizes and may be hard to get the high fit statistics that seem to be required in the field, I don't recommend resorting to the older techniques as they face a lot of limitations. Bob
It is easy to use RAMpath R packages,you can download the software frome the following website http://cran.r-project.org/web/packages/RAMpath/index.html
'lavaan' package is a good option to conduct path analysis in R. There is a very good website where you can read about the package and about the path analysis: http://lavaan.ugent.be/tutorial/index.html
You can find tutorials, exemples, how to fit models,...