Re: File is already open.Error in the FILENAME statement. #43132 (7/1/2005 9:01:48 PM) comp.soft-sys.sas Demi replied (in part); > And instead of 2 postscript (or pdf) files there is only one called > F1.1cough.ps containing the output from the second (volume) PROC gplot. > The kludge that works is to put anythin... cassell
Re: Which SAS Proc?028 (7/1/2005 8:53:02 PM) comp.soft-sys.sas Jeff Morison wrote: > For the following data I need to test, within a > county what is the association of GENDER and AGE_GRP > on the population counts of county and KP. > > We are trying to test the Hypoth... cassell
Re: Bland-Altman analysis questions #2080 (7/1/2005 5:16:03 PM) comp.soft-sys.sas Peter replied: > I have performed simple regression on my variables. I have seen that many > authors use the Bland-Altman as an addition to simple regression, but I will > reconsider if it adds to my study. > ... cassell
Moving on...449 (6/30/2005 8:07:17 PM) comp.soft-sys.sas This is my last week at the EPA lab, so hereafter you'll want to send me email at: DavidLCassell@msn.com Or maybe you *won't* want to send me email. :-) Either way, you won't want to send email to any email... cassell
Re: SAS Proc Export Problem - More good stuff #8067 (6/30/2005 5:48:35 PM) comp.soft-sys.sas Alan Churchill sagely replied: > Agreed in that you can use transport files. This has a number of > shortcomings but can someone tell me whether creating or consuming a > transport file in SAS requires a pass o... cassell
Re: Bland-Altman analysis questions158 (6/30/2005 5:30:56 PM) comp.soft-sys.sas Peter wrote: > I want to perform an agreement anaylysis according to the Bland-Altman > method. I have two variables, see the excerpt from the table mylib.bil > below. > > Is the algorithm correct? I found it ... cassell
Re: comparison with weighted percentages (complement) #2050 (6/30/2005 2:35:37 AM) comp.soft-sys.sas Pierre Gaudebout replied: > Some elements concerning the sampling design. > The last 150 patients discharged from hospital as from one D-day > (transverse survey) are questioned on their stay. Twenty five > ho... cassell
Re: Nested design in proc varcomps056 (6/30/2005 2:28:14 AM) comp.soft-sys.sas Jose F Martinez wrote: > I've been trying this a couple of ways and I don't think I have it right > yet. > > I need to estimate classroom-level standard errors in a testing system with > matrix sampling of tes... cassell
Lag Function343 (6/23/2005 8:37:03 PM) comp.soft-sys.sas I am trying to add amounts across several records and have been experimenting with the lag function. I can not seem to get it to work. Can some help me please!! Here is a sample dataset and my current code SA... nicole_bibb(5)
proc mixed "out of memory" problem367 (6/24/2005 12:01:10 AM) comp.soft-sys.sas proc mixed data=in.pqsr99_long(keep=age mb_sex sumvisit onlypqsr99 bothpqsr99 bothnon99 uniqueid col1) covtest noitprint noclprint; class uniqueid mb_sex; model col1= age mb_sex sumvisit onlypqsr99 bothpqsr99... tonywolf(22)
OT: Friday humor #18144 (6/24/2005 12:25:44 PM) comp.soft-sys.sas 1. "I no longer use that version," Tom said deprecatorily. 2. overheard at the TUG (TeX User Group) conference last week: What's the difference between an ordinary person and a programmer? When you say: C... rjf2(3354)
.Net Languages339 (6/24/2005 9:54:24 PM) comp.soft-sys.sas I guess there's a few out there now: =20 http://www.dotnetpowered.com/languages.aspx =20 Now all we need is SAS .Net :^) (like that would ever happen.) =20 =20 Ken Barz Software Engineer=20 Intrado Met... Ken.Barz(130)
multithreading #2162 (6/27/2005 5:50:02 AM) comp.soft-sys.sas Can anybody provide a small SAS sample program which uses multithreading concept? Regards, Vaishali Nandanikar __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail ha... vaishali_mn(15)
multivariate Kruskal-Wallis147 (6/27/2005 2:30:24 PM) comp.soft-sys.sas A researcher here wants to do a nonparametric analysis of multiple dependent variables. He is looking for a multivariate Kruskal-Wallis. I have looked at the online documentation and can't find a *definitive*... winchell1(3)
Which SAS Proc?159 (7/1/2005 6:11:53 PM) comp.soft-sys.sas For the following data I need to test, within a county what is the association of GENDER and AGE_GRP on the population counts of county and KP. We are trying to test the Hypothesis that KP_POP is same as CN... jmt_mtf(67)