Re: minimum number of values #2024 (11/13/2003 10:31:30 PM) raz wrote: > I would like to know the minimum no of values need to plot a > boxplot. Is it possible to draw the boxplot with a data set of 3 > numbers? say 13,15,16 ? Let me second the ... cassell.david(1747)
help learning sas139 (11/13/2003 9:44:08 PM) hi im a grad student at UW @MADISON i m tryin to learn sas kindly give me pointers to introduction and an easy way to learn fast thankyou yours truly shyam ... shyamsundar(1)
Proc GLM.....046 (11/13/2003 9:59:51 PM) Hi, I need some help with Block Designs and statistical significance. I have read a number of examples but still cannot figure out how to do the following: I need to test for significance between each of the... swaptrader(9)
Re: connect to FTP #3027 (11/13/2003 9:56:02 PM) I accidentally left a space in the password and reversed my slashes - doi: Use - filename ftpdata ftp '/path_or_empty_quotes/' user='anonymous' pass="marchi.gianluca@LIBERO.IT" ... pchoate(2551)
Re: Determine OS with SAS code015 (11/13/2003 9:31:33 PM) > From: David Neal [mailto:afdbn@UAA.ALASKA.EDU] > I have a series of SAS programs that I run on both Unix and > Windows. Right now I use a filename statement to tell SAS > where the data is that I need to use... rjf2(3354)
minimum number of values235 (11/13/2003 5:07:01 AM) Hi, I would like to know the minimum no of values need to plot a boxplot. Is it possible to draw the boxplot with a data set of 3 numbers? say 13,15,16 ? If anybody has the answer please reply as soon as poss... razina_ta(2)
Determine OS with SAS code118 (11/13/2003 9:08:27 PM) I have a series of SAS programs that I run on both Unix and Windows. = Right now I use a filename statement to tell SAS where the data is that I need = to use but I have to change it based on the OS that I am ... afdbn(103)
Infile input213 (11/13/2003 6:44:00 AM) Dear SAS-L'ers Could you, please, help me in reading in the file with the following _real_ structure (please, see the example at the bottom). VALUE describes two different situations, 'A' and 'B'. I need to r... nick.steelmach(1)
SAS ODS output018 (11/13/2003 8:18:31 PM) I try to use "ods output" to get sum of squares, although worked well with small dataset, but it crashes all the time when dealing with our large datasets. Wonder if anyone could help? ods output anova = pr... lingwu(1)
Inappropriate output format229 (11/13/2003 5:16:20 PM) %let num_1=100.0; %let num_2=100.0; data my_ds; pst_value=%sysevalf(100*&num_1/&num_2); run; %put &pst_value; proc sql noprint; select count(*) into :pst_numrows from my_ds; run; data _null_; se... rune(483)