| Date: | Mon, 18 Feb 2002 11:29:47 -0600 |
| Reply-To: | "Nielsen, Jeff" <JNielsen@MAIL.CRK.UMN.EDU> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | "Nielsen, Jeff" <JNielsen@MAIL.CRK.UMN.EDU> |
| Subject: | Proc plan |
| Content-Type: | multipart/alternative;
|
|---|
Hi Sas-L
This may be simple for some of you, but I seem to get lost
I use proc plan to generate a plot plan
/*----------------------------------------------------------------*/
proc plan;
factors rep=4 ordered tmt=10;
run;
/*----------------------------------------------------------------*/
This is the output
/*----------------------------------------------------------------*/
Factor Select Levels Order
rep 4 4 Ordered
tmt 10 10 Random
rep -------------tmt-------------
1 10 2 5 9 3 6 4 1 7 8
2 2 9 5 4 10 7 3 8 1 6
3 6 4 9 2 1 8 7 10 5 3
4 7 10 9 8 6 4 5 2 3 1
/*----------------------------------------------------------------*/
What I want to do next is assign plot numbers,
The plot numbers are ordered and the tmt number is random
401 402 403 ....410
301 302.... 310
201....
101 102...........110
the final data set should look like this;
Tmt rep1 rep2 rep3 rep4
1 107 209 305 410
2 108 201 304 408
.
.
10 101 205 308 402
Thank you all for your help
Jeff Nielsen
NWROC
[text/html]
|