public class Missing extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Missing.Extended
Mappings that correspond to missing values in Stata.
|
| Constructor and Description |
|---|
Missing() |
| Modifier and Type | Method and Description |
|---|---|
static double |
getValue()
Get the numeric value that represents the system missing value in Stata.
|
static double |
getValue(Missing.Extended extendedMissing)
Get the numeric value that represents an extended missing value in Stata.
|
static boolean |
isMissing(double value)
Test if a value is a Stata missing.
|
static boolean |
parseIsMissing(String s)
Test if a string is a Stata missing.
|
@ThreadSafe public static double getValue()
@ThreadSafe public static double getValue(Missing.Extended extendedMissing)
extendedMissing - The extended-missing value to get.@ThreadSafe public static boolean isMissing(double value)
value - The value to test.@ThreadSafe public static boolean parseIsMissing(String s)
s - The value to test.