bug-gnu-pspp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PSPP-BUG: [bug #22306] EXAMINE improperly deals with missing values.


From: John Darrington
Subject: PSPP-BUG: [bug #22306] EXAMINE improperly deals with missing values.
Date: Wed, 13 Feb 2008 12:30:50 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20061205 Iceweasel/2.0.0.1 (Debian-2.0.0.1+dfsg-2)

URL:
  <http://savannah.gnu.org/bugs/?22306>

                 Summary: EXAMINE improperly deals with missing values.
                 Project: PSPP
            Submitted by: jmd
            Submitted on: Wednesday 02/13/2008 at 20:30
                Category: Numerical Errors
                Severity: 7 - Major
                  Status: None
             Assigned to: jmd
             Open/Closed: Open
         Discussion Lock: Any
                 Release: None
                  Effort: 0.00

    _______________________________________________________

Details:

Reported by Jason.

The syntax 
DATA LIST LIST /x *.
BEGIN DATA.
1
2
3
4
.
END DATA.

EXAMINE /x.

produces:

# #  Valid  | Missing |  Total  #
# #-+-------+-+-------+-+-------#
# #N|Percent|N|Percent|N|Percent#
#=#=#=======#=#=======#=#=======#
#x#4|   100%|0|     0%|4|   100%#
#=#=#=======#=#=======#=#=======#

which is incorrect, because it doesn't count the missing value.






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?22306>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]