Create a LISREL-SIMPLIS program that produces output to determine if path coefficients are statistically significantly different. You will need the LISREL-SIMPLIS software and separate data set information provided below to perform this task. Also, provide the path diagrams with interpretation of results using the Excel program.
The path model tests that job satisfaction (satis) is indicated by boss attitude (boss) and the number of hours worked (hrs). The boss attitude (boss) is in turn indicated by the employee satisfaction (satis). The boss attitude (boss) is also indicated by the type of work performed (type), level of assistance provided (assist), and evaluation of the work (eval). The Equation command would therefore be specified as follows:
```
Equation:
satis = boss hrs
boss = type assist eval satis
```