|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.stata.sfi.Matrix
public final class Matrix
Routines for interacting with a Stata matrix.
Method Summary | |
---|---|
static double[] |
getMatrix(String name)
Get the data in a Stata matrix. |
static int |
getMatrixCol(String name)
Get the number of columns in a Stata matrix. |
static String[] |
getMatrixColNames(String name)
Get the column names in a Stata matrix. |
static int |
getMatrixRow(String name)
Get the number of rows in a Stata matrix. |
static String[] |
getMatrixRowNames(String name)
Get the row names in a Stata matrix. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static double[] getMatrix(String name)
name
- Name of the Stata matrix.
public static int getMatrixRow(String name)
name
- Name of the Stata matrix.
public static int getMatrixCol(String name)
name
- Name of the Stata matrix.
public static String[] getMatrixRowNames(String name)
name
- Name of the Stata matrix.
public static String[] getMatrixColNames(String name)
name
- Name of the Stata matrix.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |