BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Maicon
Calcite | Level 5

I'm having an issue when programming SAS to use Dunnet test: instead of use the treatment "-1" as reference for dunnet test, it is using the treatment "0". So it is comparing treatment "0" with each other treatment. Please, see the attachment with the SAS code and result. What can I do to make SAS use the treatment "-1" as reference?

 

In addition, the same are occurring in the contrast analysis: instead consider treatments 0, 1000, 2000, and 3000 excluding the treatment "-1", it is performing the contrast using "-1, 1000, 2000, and 3000" and excluding the treatment "0". 

 

The treatment -1 means a control treatment and did not macth with the other treatment levels. Such code programming usually work, but now I'm using SAS online and it did not work in the same way.

 

Thanks in advance.


SAS doubt.png
1 ACCEPTED SOLUTION

Accepted Solutions
Reeza
Super User

Don't post your code as an image, use the icons in the forum to insert your code.

 

You need to modify your CLASS staement. You can set the reference level to first or last. If the level you need is not one of these, then you need to recode your data such that it is. 

 

http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_mixed_syntax...

 


@Maicon wrote:

I'm having an issue when programming SAS to use Dunnet test: instead of use the treatment "-1" as reference for dunnet test, it is using the treatment "0". So it is comparing treatment "0" with each other treatment. Please, see the attachment with the SAS code and result. What can I do to make SAS use the treatment "-1" as reference?

 

In addition, the same are occurring in the contrast analysis: instead consider treatments 0, 1000, 2000, and 3000 excluding the treatment "-1", it is performing the contrast using "-1, 1000, 2000, and 3000" and excluding the treatment "0". 

 

The treatment -1 means a control treatment and did not macth with the other treatment levels. Such code programming usually work, but now I'm using SAS online and it did not work in the same way.

 

Thanks in advance.


 

View solution in original post

1 REPLY 1
Reeza
Super User

Don't post your code as an image, use the icons in the forum to insert your code.

 

You need to modify your CLASS staement. You can set the reference level to first or last. If the level you need is not one of these, then you need to recode your data such that it is. 

 

http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_mixed_syntax...

 


@Maicon wrote:

I'm having an issue when programming SAS to use Dunnet test: instead of use the treatment "-1" as reference for dunnet test, it is using the treatment "0". So it is comparing treatment "0" with each other treatment. Please, see the attachment with the SAS code and result. What can I do to make SAS use the treatment "-1" as reference?

 

In addition, the same are occurring in the contrast analysis: instead consider treatments 0, 1000, 2000, and 3000 excluding the treatment "-1", it is performing the contrast using "-1, 1000, 2000, and 3000" and excluding the treatment "0". 

 

The treatment -1 means a control treatment and did not macth with the other treatment levels. Such code programming usually work, but now I'm using SAS online and it did not work in the same way.

 

Thanks in advance.


 

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 1277 views
  • 0 likes
  • 2 in conversation