What is the code to re-set mediator reference level in causalmed? I want to re-set "Mediator probability modeled" from 0 to 1. This does not work:
evaluate "_Default" _mediator = '1';
Many Thanks!
Check this example which shows how you can use the DESCENDING option on the CLASS statement.
https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_causalmed_examples03.htm
Likewise you could also use the REF= for the individual variables.
https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_causalmed_syntax04.htm
Check this example which shows how you can use the DESCENDING option on the CLASS statement.
https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_causalmed_examples03.htm
Likewise you could also use the REF= for the individual variables.
https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_causalmed_syntax04.htm
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.
Find more tutorials on the SAS Users YouTube channel.