🔒 This topic is solved and locked.
Need further help from the community? Please
sign in and ask a new question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 02-23-2018 09:29 AM
(2126 views)
I'm creating grouped boxplots using GTL, V 9.4 and want stats displayed under the grouped plots for each group. I understand that the displaystats option doesn't work when the GROUP= option is specified. Is there a way to get around this or any suggestions/examples? I can accomplish this outside of GTL, but need to use GTL in order to lattice in the bottom bar chart. I'm attaching examples of plots (ungrouped showing middle stats table and grouped)
1 ACCEPTED SOLUTION
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi ,
Have you tried axistable statement for displaying the statistics ?
Use Boxplotparm with Axistable statements. It will work for you.
THansk,
Majeti
Have you tried axistable statement for displaying the statistics ?
Use Boxplotparm with Axistable statements. It will work for you.
THansk,
Majeti
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi ,
Have you tried axistable statement for displaying the statistics ?
Use Boxplotparm with Axistable statements. It will work for you.
THansk,
Majeti
Have you tried axistable statement for displaying the statistics ?
Use Boxplotparm with Axistable statements. It will work for you.
THansk,
Majeti
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
please look into below solution
https://communities.sas.com/t5/SAS-GRAPH-and-ODS-Graphics/Adding-Summary-Statistics-to-VBOX-SGPANEL/...
https://communities.sas.com/t5/SAS-GRAPH-and-ODS-Graphics/Adding-Summary-Statistics-to-VBOX-SGPANEL/...
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hey thanks. Yes indeed, I did exactly that and it works great!