Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

I am looking for a good software system to teach students on response surface designs with. Few things I can think of are SAS Proc RSReg or SAS ADX. Is there any other software?

share|improve this question

2 Answers

up vote 3 down vote accepted

R is free and has Russell V. Lenth's package RSM. Which:

Provides functions to generate response-surface designs, fit first- and second-order response-surface models, make surface plots, obtain the path of steepest ascent, and do canonical analysis

share|improve this answer

R is fantastic, but it has a steep learning curve. Minitab is probably the easiest to use, appears to be widely used in both industry and classrooms and has some nice tools built in for response surface optimization. Though not free, students can buy Minitab for a semester for the price of a cheap textbook.

An alternative with R would be the R Commander (or Rcmdr) library with the Rcmdr DOE plugin. Nearly the same same functionality as Minitab in a very similar, though not so polished, interface.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.