|
|
Re: New Comparison Operators? - WAS: missing numerical values = - #3
In my (fairly extensive) experience the variance in the quality of code
produced by statisticians is quite high. :-)
Jonathan
On Mon, 4 Jan 2010 17:27:47 -0500, oloolo <dynamicpanel@YAHOO.COM> wrote:
>OT: why so many ppl claim that statisticians are bad SAS programmers? What
>are their sample sizes? After all, SAS was written by Statisticians, LOL
>
>On Mon, 4 Jan 2010 17:07:59 -0500, Jonathan Goldberg
><jgoldberg@BIOMEDSYS.COM> wrote:
>
>>I gave an (and who knows, maybe the) explanation in a post on the old
>>thread before I noticed this new one. For ease of reference, here it is
>>again.
>>---------------------------------------
>>This is a hoary question. Logically speaking, having x < 2500 resolve to
>>true when x is missing is absurd, and having x = y resolve to true when
>>both x and y are missing is ludicrous. Missing means "I don't know." If
>>x and y are heights, you are claiming that you know that two heights are
>>equal when you don't know what either of them is.
>>
>>It's done that way to spare unsophisticated programmers (such as
>>statisticians :-)) from having to deal with three-valued logic. That is,
>>logical operators can return three values: true, false, and null. In
>>three valued logic the only operation that can return true or false when
>>dealing with a null value is "is null."
>>
|
|
0
|
|
|
|
Reply
|
jgoldberg (119)
|
1/6/2010 6:24:33 PM |
|
|
0 Replies
127 Views
(page loaded in 0.021 seconds)
Similiar Articles: Re: missing numerical values = - infinity? - comp.soft-sys.sas ...... operators (<, =, >, etc.) return a binary (true or false) result, even in the face of missing values. ... RE: new joinee - comp.soft ... Re: missing numerical values ... Estimation of marginal willingness to pay (MWTP) using discrete ...Re: New Comparison Operators? - WAS: missing numerical values = - 0 108 mkeintz Re: Selecting dates in a period. Was RE: new joinee - comp.soft ...Re: missing numerical values = - infinity? - comp.soft-sys.sas ... Re ... sys.sas Reading a directory and selecting ... comparison of 2 numbers - comp.lang.awk Re: New ... Bitwise comparison of 2 numbers - comp.lang.awkIf you're using gawk: variable = and(7,9 ... Compare number to format - comp.databases.filemaker ... Compare 5 variables' values - comp.soft-sys.sas Bitwise comparison of ... syntax error "missing ; before statement" - comp.lang.javascript ...I am getting the syntax error message "missing ... searchPattern="^"+wv; re=new RegExp ... onChange='fillZoneId();' > <option value=''>Select Zone Number ... How to specify a var is null in SAS? - comp.soft-sys.sas ...... thing in SAS to a null value is a missing value. To set a numeric ... But beware - unlike ORACLE, missing values compare in SAS ... sys.sas Hi all, Firstly, I'm slightly new ... delete columns csv file - comp.lang.awk... not awk questions but if you're on UNIX ... be bothered thinking about the string/numeric comparison ... string value is > true. 0.0e0 is a numeric zero value I was missing ... MERGE statement consuming all available CPU - comp.databases.ibm ...... Start Key Predicate Comparison Operator: Equal ... 13) To Operator #9 Estimated number of rows: 0.04 Number ... SO there is always a new value to be ... Compare to '0A'x - comp.lang.rexx... reasoning: * Section 7.4.7, on the value of a comparison ... since even the current non-strict comparison operators ... true (last comparison is numeric) Anyway, if I don't ... remove duplicate rows in sparse matrix - comp.soft-sys.matlab ...... without converting to FULL, because the comparison operator is ... deleting rows after a certain number - comp.soft ... to delete a row in a matrix depending on values in ... Re ... Table of operators - Access - Office.com... and divide (/), in addition to comparison operators for comparing values, text operators for ... difference between two numbers or indicate the negative value of a number. Handling Null Values... is unknown or missing. A null is neither an empty string (for character or datetime data types) nor a zero value (for numeric data ... use the equality operator to compare to ... 7/12/2012 3:30:45 PM
|
|
|
|
|
|
|
|
|