Re: Output ONLY sig. level in binary logistic regression

2021-12-14 Thread Ben Pfaff
It might be even easier to postprocess if you use the CVS output format (add "-O format=csv" to the command line). On Tue, Dec 14, 2021 at 1:45 AM Oren Ish-Shalom wrote: > > Thanks John, Markus ! I'll use that ! > > On Tue, 14 Dec 2021 at 11:41, John Darrington > wrote: >> >> I concur with Mark

Re: Output ONLY sig. level in binary logistic regression

2021-12-14 Thread Oren Ish-Shalom
Thanks John, Markus ! I'll use that ! On Tue, 14 Dec 2021 at 11:41, John Darrington wrote: > I concur with Markus. Probably the easiest way to do what you want > is with a command similar to: > > pspp regression.sps | awk -F '|' '/Step 1 depth/{print $7}' > > J' > > > On Tue, Dec 14, 2021 at 07

Re: Output ONLY sig. level in binary logistic regression

2021-12-14 Thread John Darrington
I concur with Markus. Probably the easiest way to do what you want is with a command similar to: pspp regression.sps | awk -F '|' '/Step 1 depth/{print $7}' J' On Tue, Dec 14, 2021 at 07:36:05AM +, Quandt, Markus wrote: Hi, I don???t think you can do this in PSPP syntax (bu