query required, pfa How should I get the values specially p values (fisher's test value) ?
| a(n=6) | b(n=6) | total (n= 12) | p value | |
| trt1 | 2 | 5 | 7 | ???? |
| trt2 | 4 | 1 | 5 | ??? |
Run the test used in the paper to compare the populations. Verify if corrections for multiple testing was applied.
My guess is a fishers test with the small values with a correction for 0?
@pdhokriya wrote:
How should I get the values specially p values ?
need sas query
You need to provide more details. The PDF attached is password protected.
What test are you attempting to do?
Different tests will have different procedures, ie different code requirements. And all depend on the structure of your data which is unknown.
| a | b | total (a +b) | p value | |
| trt1 | 5 | 6 | 11 | ???? |
| trt2 | 5 | 4 | 9 | ??? |
By what statistical test?
P Values require a statistical test, such as a t-test, fishers exact, chi square?
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
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.
Ready to level-up your skills? Choose your own adventure.