Kind help with a any suitable book for me to SPSS coding.
Any other suitable video links too.
Books also really useful. Mainly I looking to learn the coding in detail for all.
Kind help
------------------------------
sriram Vaidyanathan
------------------------------
Original Message:
Sent: Sun March 26, 2023 01:19 PM
From: Jon Peck
Subject: A sample to do multiple linear regression in python using spss
If you mean invoking spss from another apps to run regression, that is quite possible.
You would use code like
import spss
spss.Submit(""" commands to load data, run regression, and capture the output""")
To capture the output you want, you would use OMS commands to pick out the relevant tables and save them in a convenient format or, for LINEAR, use the OUTPUT subcommand.
best subsets are available in LINEAR and stepwise in REGRESSION, among other places..
--
Original Message:
Sent: 3/26/2023 12:51:00 PM
From: sriram Vaidyanathan
Subject: A sample to do multiple linear regression in python using spss
Kind with a sample code on how to do say
1) stepwise regression
2) Best subsets regression
In python using SPSS as a package call their
Kind help as I am not familiar but I see it is possible kind help please
------------------------------
sriram Vaidyanathan
------------------------------