CCOPULA Procedure
ODS Table Names
PROC CCOPULA assigns a name to each table that it creates. You can use these names to denote the table when you use the Output Delivery System (ODS) to select tables and create output data tables. These table names are listed in Table 3.
Table 3: ODS Tables Produced by PROC CCOPULA
| Table Name | Description | Option |
|---|---|---|
| ODS Tables Created by the FIT Statement | ||
| ConvergenceStatus | Convergence status | Default |
| PearsonCorrelations | Pearson correlations matrix estimates | Default with elliptical copulas |
| KendallCorrelations | Kendall correlations matrix estimates | Default with elliptical copulas |
| SpearmanCorrelations | Spearman correlations matrix estimates | Default with normal copula |
| ParameterEstimates | Parameter estimates | Default |
| ODS Tables Created by the PRINTTIMING Option | ||
| TimingDetails | Detailed summary of time used for all phases of execution | PRINTTIMING=(DETAILS) |
| TimingSummary | Summary of time used for main phases of execution | PRINTTIMING |
| ODS Table Created by the SIMULATE Statement | ||
| SimulateModelSummary | Summary of simulation | Default |
Last updated: July 09, 2026