Uses of Class
com.stata.sfi.Frame
-
Packages that use Frame Package Description com.stata.sfi The Stata Function Interface (SFI) provides the classes necessary for Java to interact with core features of Stata. -
-
Uses of Frame in com.stata.sfi
Methods in com.stata.sfi that return Frame Modifier and Type Method Description FrameFrame. clone(String newName)static FrameFrame. connect(String name)Connect to an existing frame in Stata and return a newFrameinstance that can be used to access it.static FrameFrame. create(String name)Create a new frame in Stata and return a newFrameinstance that can be used to access it.Constructors in com.stata.sfi with parameters of type Frame Constructor Description StrLConnector(Frame frame, int var, long obs)Creates a StrLConnector and connects it to a specific strL in the specifiedFrame.
-