Closed TCLamnidis closed 2 years ago
Same goes when running F2 (essentially):
Statistic a b c d Estimate StdErr Z score
F3vanilla(<ind0>,<ind0>,Ref) <ind0> Ref 0.30095376926280704 1.481348932258261e-3 203.16197130139642
Ah I know, but I think I fixed that in the latest version. Are you using the conga-version? I should update that then. Will happen when I declare the next version update.
The header for the tableOutFile contains column names formatted for F4 stats. But F3 statistics are printed without an extra empty column
d
, shifting the values of the table by one field.Example f4 output:
Example f3 output:
Reading the output of F3 into a table will result in the
Estimate
field ending up under thed
header,StdErr
in theEstimate
field and so on.