1

How can I export SPSS output e.g an estimate table as a .sav file?

I tried to do it over the menu-> utilities -> OMS Control Panel but couldn't find it.

eli-k
  • 10,898
  • 11
  • 40
  • 44
Hhh
  • 45
  • 2
  • 9
  • OMS is the solution - maybe we can help if you give more details about what you were looking for and what went wrong. – eli-k Jun 29 '17 at 21:48
  • Thx. I need to save my parameter-estimates-table in SPSS output as a sav-file. Not trough OMS but hopefully through a syntax code. – Hhh Jun 29 '17 at 21:55
  • I have an example of using OMS for regression [here](https://stackoverflow.com/a/20661781/604456). As JKP says though as well, you can use the OUTFILE subcommand at can save both the parameter covariances as well as the estimates. – Andy W Jun 30 '17 at 12:45
  • Thx but I didnt undrestand your code. – Hhh Jul 01 '17 at 00:04

1 Answers1

2

OMS is syntax. You write an OMS command to acquire the particular table type you want; then run the command or commands; then run OMSEND. Also, if you are using the REGRESSION command, the OUTFILE subcommand can save regression results as well.

JKP
  • 5,419
  • 13
  • 5