Uses of Class
com.stata.sfi.Frame
Package
Description
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
Modifier and TypeMethodDescriptionstatic Frame
Connect to an existing frame in Stata and return a newFrame
instance that can be used to access it.static Frame
Create a new frame in Stata and return a newFrame
instance that can be used to access it.ModifierConstructorDescriptionStrLConnector
(Frame frame, int var, long obs) Creates a StrLConnector and connects it to a specific strL in the specifiedFrame
.