The following options can be used in the PROC CCOPULA statement.
Input Data Table Options
DATA=libref.data-table
names the input data table for PROC CCOPULA to use. The default is the most recently created data table. libref.data-table is a two-level name, where
libref
refers to a collection of information that is defined in the LIBNAME statement and includes the library, which includes a path to the data, and a session identifier, which defaults to the active session but which can be explicitly defined in the LIBNAME statement. For more information about libref, see the section Using CAS Sessions and CAS Engine Librefs.
data-table
specifies the name of the input data table.
When the procedure is used for simulation only, the input data table is not required in order to run the procedure. However, when you specify the OUTEMPIRICAL= option in the SIMULATE statement, or the DATATYPE=ORIGINAL plotting option in the SIMULATE statement, the input data table determines the marginal distributions for the output variables.