public class IntegerVariable extends NumberVariable implements java.lang.Cloneable
itsNDescriptives, validDataSorted
autoExtracted, hasDefaultColors, isSorted, itsDescriptives, itsFormula, itsLineColor, itsLocationColor, kEuclidian, kGower, kJaccard, kManhattan, kSquEuclidian, plotMarker, rand
Constructor and Description |
---|
IntegerVariable(java.lang.String varName,
VariableOrganizer theOwner)
Standard constructor for the IntegerVariable class using a VariableOrganizer
|
absolute, add, asAngleVariable, asHistogram, asHistogram, asNormalQuantilePlot, asTimeVariable, asXYPlot, asXYPlot, asXYPlot, asXYPlot, asXYPlot, checkInOrder, checkInOrder, copyNumberDescriptives, distance, divide, doCorrelationAnalysis, doPruneClosePeaks, doRegressionAnalysis, doRegressionAnalysis, fillCompleteTerms, fillCP, fillDescriptives, fillSS, fillWithFormula, fillWithGaussRandom, fillWithParser, fillWithRandomFromDistribution, fillWithRowNum, fillWithUniformRandom, getANOVAResults, getANOVAResults, getAutoCorrelationResults, getBinMeans, getCentered, getCorrelationResults, getDoubleValue, getFirstDerivative, getFrequencies, getGroupDescriptives, getManWhitneyUResults, getMaxValue, getMeanValue, getMinValue, getMovingAverageSmoothing, getMultLinRegressionResults, getNumberDescriptives, getPeakData, getPeakIntervals, getPeakLocations, getPeaksPalshikar, getPeakTriggeredTraces, getPeakValues, getRange, getRanks, getRegressionResiduals, getRegressionResiduals, getRegressionResiduals, getRegressionResults, getRegressionResults, getRegressionResults, getSDValue, getSignedRank, getSignedRankW, getSignedRankWProbability, getSquEuclidian, getSumValue, gettTestResults, gettValue, getVarianceValue, getzQuantiles, getzTransform, invalidDescriptives, listCorrelationResults, listGroupDescriptives, listMultLinRegressionResults, listPeaks, listRegressionResults, listRegressionResults, listRegressionResults, makeNewDescriptives, multiply, multiply, power, rank, selectAbove, selectAboveEqual, selectBelow, selectBelowEqual, selectEqual, selectRange, setContinuousType, sign, subtract
addValue, addValue, addValue, addValue, append, asJAMAMatrix, asVariableOrganizer, checkAllUseRows, checkLocked, checkMatchingRows, checkMinUseRows, checkNumberIDs, checkSameIDs, checkSameNRows, checkSameNSelectRows, checkSameSelectRows, checkSameSelectRows, checkSameUseRows, checkSameUseRows, checkValidRowRange, clone, cloneEmpty, cloneSelectedRowsOnly, cloneVariableFrom, combineSelectedWithSavedSelectedRows, copyDescriptives, copySelectStateFrom, customColorFromData, customColorSelectedRows, customColorSelectedRows, deleteAllRows, deleteDuplicateRows, deleteMissingRows, deleteNonSelectedRows, deleteRow, deleteRowNoCheck, deleteSelectedRows, deselectAllRows, fill, fill, fill, fill, fill, fill, fillDescriptives, fillMoreDescriptives, fillWithParser, fillWithVariable, findFirstSelectRow, findFirstUseRow, findLastSelectRow, findLastUseRow, findNextNonMissingRow, findNextSelectRow, findNextUseRow, findNextValue, findPreviousSelectRow, findPreviousUseRow, getabasedintValue, getAbasedintValue, getArray, getbooleanValue, getcharValue, getCombinedIDs, getCrossTabulation, getCrossTabulation, getCustomColorRow, getDescriptives, getdoubleArray, getdoubleValue, getfloatValue, getFrequencies, getHighliteColor, getHighlitedRow, getIDMap, getIDs, getIDString, getIDStrings, getInteractions, getintValue, getJaccard, getLineColor, getLocationColor, getlongValue, getManhattan, getMissingRow, getName, getNIDs, getNMissingRows, getNotes, getNRows, getNSelectRows, getNUseRows, getOrganizer, getProximity, getProximity, getRandomValue, getResampledVariable, getRowNumbers, getRowOrder, getRowOrderRow, getSelectRow, getStringArray, getStringValue, getTransitions, getUseRow, getValue, getVariableDesignRole, getVariableDesignRoleString, getVariableFormat, getVariableType, highliteSelectedRows, highliteSelectedRows, invertSelectedRows, isAngleType, isContinuousType, isDateTimeFormat, isLocationType, isLocked, isNominalType, isNumberFormat, isOrdinalType, isStringFormat, isValidRowRange, isXVariable, isYVariable, listDescriptives, listDescriptives, listGroupDescriptivesNoDia, listRow, listRowOrder, listRows, listRows, listRows, listRows, listSelectedRows, listSelectState, listSelectState, listUseRows, makeTableSubSet, matchedIDs, replaceSelectedRows, resample, restoreSelectedRows, restrictToMatchingUseRows, restrictToMatchingUseRows, restrictToValidRowsOnly, reverseRows, saveRowsToFile, saveRowsToFile, saveSelectedRows, selectAllRows, selectDuplicateRows, selectEveryNthRow, selectRows, selectUseRows, selectValue, setAnglesType, setCustomColorRow, setFormula, setHighliteColor, setHighlitedRow, setLineColor, setLocationColor, setLocationsType, setLock, setMissingRow, setName, setNominalType, setNotes, setNRows, setOrdinalType, setOrganizer, setRowOrder, setRowOrderRow, setSelectRow, setSelectRows, setSelectRowsToMissing, setValue, setValue, setValue, setValue, setValue, setValue, setVariableDesignRole, setVariableFormat, setVariableType, sort, sort, sort2, updateRowOrder
add, add, addAll, addAll, addElement, capacity, clear, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, forEach, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeIf, removeRange, replaceAll, retainAll, set, setElementAt, setSize, size, sort, spliterator, subList, toArray, toArray, toString, trimToSize
public IntegerVariable(java.lang.String varName, VariableOrganizer theOwner) throws java.lang.Exception
varName
- the name for the variabletheOwner
- an instance of VariableOrganizer
class coordinates a set of variables with respect to number of data points available
and the rows that are currently selectedjava.lang.Exception
- ...RH, 2017