- integerMissing() - Static method in class org.paces.Stata.Missing.StataMissings
-
Method returning a map object containing Stata missing values and
their string masks (e.g., .a - .z)
- isDate(String) - Method in class org.paces.Stata.Variables.VarDisplay
-
Method to check if a specific variable includes the letter t
(indicating a date/datetime format)
- isDateTime(String) - Method in class org.paces.Stata.MetaData.Variables
-
Returns a boolean indicating whether or not the variable contains
date/date time values
- isExtendedMissing(Byte) - Static method in class org.paces.Stata.Missing.StataMissings
-
Method to test if a Stata byte type value (a Java byte) is an extended
missing value or not.
- isExtendedMissing(Short) - Static method in class org.paces.Stata.Missing.StataMissings
-
Method to test if a Stata int type value (a Java short) is an extended
missing value or not.
- isExtendedMissing(Integer) - Static method in class org.paces.Stata.Missing.StataMissings
-
Method to test if a Stata long type value (a Java int) is an extended
missing value or not.
- isExtendedMissing(Float) - Static method in class org.paces.Stata.Missing.StataMissings
-
Method to test if a Stata long type value (a Java int) is an extended
missing value or not.
- isExtendedMissing(Double) - Static method in class org.paces.Stata.Missing.StataMissings
-
Method to test if a Stata long type value (a Java int) is an extended
missing value or not.