BookmarkSubscribeRSS Feed
MarcTC
Obsidian | Level 7
I googled SAS DOE, only to find JMP and ADX. Are there any SAS/STAT procedures for analyzing the following designs:

Completely randomized designs
Randomized block designs
Full factorial designs
Fractional factorial designs
Response surface designs
8 REPLIES 8
Doc_Duke
Rhodochrosite | Level 12
If you search support.sas.com for the particular designs, you'll find the procedures to do them. For instance, searching for "randomized block design" yielded PROC FACTEX.
MarcTC
Obsidian | Level 7
Thanks!
lvm
Rhodochrosite | Level 12 lvm
Rhodochrosite | Level 12
Also check out PROC PLAN and PROC OPTEX
MarcTC
Obsidian | Level 7
I am new to SAS DOE tools. Is it true that PROC FACTEX is used for designing an experiment and PROC GLM is used for analyzing the DOE data?
Paige
Quartz | Level 8
PROC FACTEX is one way to create an experimental design. There are other ways.

PROC GLM is one way to analyze DOE data. There are other ways.
MarcTC
Obsidian | Level 7
> PROC FACTEX is one way to create an experimental
> design. There are other ways.
>
> PROC GLM is one way to analyze DOE data. There are
> other ways.

Paige, could you suggest a few for "other ways"?
Dale
Pyrite | Level 9
For response surface designs, you can use the RSREG (Response Surface REGression) procedure.

The MIXED procedure can be employed to analyze data collected for every one of the designs that you indicated in your first post. The MIXED procedure is frequently preferred over PROC GLM.

Recommendation of the procedures GLM, MIXED, and RSREG is predicated on the response being continuous, and inference from each of these procedures is conditioned on the residuals being normally distributed. There are a number of procedures (GENMOD, GLIMMIX, LOGISTIC, PROBIT) which can be employed to analyze data which have other distributional properties. As indicated by lvm, you really need to look at the introductory chapters to the SAS/STAT reference volume to get some idea of what procedures may be useful for problems of interest to you.
lvm
Rhodochrosite | Level 12 lvm
Rhodochrosite | Level 12
Since you are new to sas, you really should read the introductory chapters of the SAS/STAT 9.2 User's Guide (pdf available for download).

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

What is ANOVA?

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.

Discussion stats
  • 8 replies
  • 1834 views
  • 0 likes
  • 5 in conversation