Search Results

121 résultats trouvés Page 2 / 13
Code SAS
Voir

SGPLOT Stacked Bar Chart Generation

This SAS script generates a stacked bar chart using PROC SGPLOT and ODS HTML, displaying the contribution of different series to a total by category. Data is created internally via a DATA STEP.

Code SAS
Voir

3D Stacked Bar Chart with PROC SGPLOT

This SAS script generates a 3D stacked bar chart using PROC SGPLOT and the Output Delivery System (ODS) to produce HTML output.

Code SAS
Voir

100% Stacked Bar Chart with SGPLOT

This SAS script generates a 100% stacked bar chart to visualize the proportional contribution of different series within each category, after calculating percentages from internal data.

Code SAS
Voir

100% Stacked Bar Chart (3D) with SGPLOT

This SAS script generates a 100% stacked bar chart with 3D shading, using the SGPLOT procedure. It first prepares the data by calculating category totals and percentages, then configures the ODS output to generate an HTML file containing the chart.

Code SAS
Voir

Generation of Connected Scatterplots with SGPLOT

Script generating connected scatterplots based on the Iris dataset.

Code SAS
Voir

Density Plot with PROC SGPLOT

This script generates density plots to visualize the distribution of numerical variables using the SGPLOT procedure.

Code SAS
Voir

Extreme MPG Graph Generation

This SAS script generates an ODS SGPLOT graph displaying vehicles with extreme highway fuel consumption (MPG) values, using the SASHELP.CARS dataset.

Code SAS
Voir

Generating Heatmaps with SGPLOT and SGPANEL

This SAS script generates heatmaps to visualize the relationship between weight and cholesterol from the SASHELP.HEART dataset, including a visualization by sex.

Code SAS
Voir

Documentation Example for PROC HPNLMOD

This SAS script illustrates the use of PROC HPNLMOD to fit a segmented nonlinear model with a continuity condition, and visualizes the results using PROC SGPLOT.

Code SAS
Voir

MODECLUS Analysis with JOIN Option

This SAS script demonstrates the use of PROC MODECLUS for cluster analysis on a synthetic dataset, including a visualization of the results with PROC SGPLOT. It explores the JOIN option for cluster identification.