Package | Description |
---|---|
engine | |
engine.r | |
gui.model | |
utils |
Modifier and Type | Method and Description |
---|---|
Table |
Engine.getContingencyTable(java.lang.String colName1,
java.lang.String colName2)
Create and return contingency table for variable Z(X, Y)
|
Table |
Engine.getFrequencyTable(java.lang.String col)
Create and return frequency table for categoric variable.
|
Table |
Engine.getCharacteristicTable(java.lang.String... cols)
Create and return table with description statistic values.
|
Table |
Engine.getQuantileTable(java.lang.String... cols)
Create and return quantile table for numeric variables.
|
Table |
Engine.getTable()
Create and return table from imported data
|
Table |
Engine.getTable(java.lang.String[] columnNames)
Create and return table with specific columns from imported data
|
Modifier and Type | Method and Description |
---|---|
Table |
R_engine.getContingencyTable(java.lang.String colName1,
java.lang.String colName2) |
Table |
R_engine.getFrequencyTable(java.lang.String colName) |
Table |
R_engine.getCharacteristicTable(java.lang.String... cols) |
Table |
R_engine.getQuantileTable(java.lang.String... cols) |
Table |
R_engine.getTable() |
Table |
R_engine.getTable(java.lang.String[] columnNames) |
Constructor and Description |
---|
MyTableModel(Table table)
Create table model.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ExportUtils.exportTableToCSV(Table table,
java.lang.String destination)
Export specific table
Table to specific file on hard drive. |