BookmarkSubscribeRSS Feed
missmindi
Fluorite | Level 6

Is there a way (using the EG gui) to create a table that shows summary statistics and t-test results for more than one variable?

2 REPLIES 2
Reeza
Super User

You can add multiple variables as analysis variables, but you would still get each set of results separately.

 

delete_ttest.JPG

Ksharp
Super User

That is called multi-variables ANOVA. Check

PROC GLM;

model y1 y2 y3=x1 x2/solution;

quit;

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 772 views
  • 0 likes
  • 3 in conversation