First  |  Prev |  Next  |  Last
Pages: 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170
Standard N(0,1) test and PROC CAPABILITY NORMALTEST
Hello: I have data X that needs to be tested if it comes from specifically N(0,1). X should not be rescaled. How does SAS PROC CAPABILITY NORMALTEST treat X? Does it do any transformation or rescaling prior to testing for Normality? This is a slight subtlety btw testing if X~N(0,1) or just X~N(something, so... 16 Nov 2009 16:54
PROC NLP and R^2
Sid, It is not clear to me from your problem statement exactly what you are trying to accomplish. Your problem appears to be a regression-like situation where left-hand side and right-hand side are both variable (adjustable parameters on either side). Your specification is missing any information on the ra... 14 Dec 2009 00:09
3D Scatter Plot w. 45degree plane
Hello: Has anyone been able to generate a 3 dimensional scatter plot (scatter points could be dots or spheres), with a 45degree plane (y=z) running across the x-axis? Thanks! ... 16 Nov 2009 10:08
reading ssd01 files
Dear SAS-L-ers, Steve Wickham posted the following interesting question: I'm finally making the transition from v6.12 (Mac OS9/10.4) to v9.2 (XP/Parallels 4/Mac OS10.6.2). As a result I'm trying to read a bunch of data files with the .ssd01 extension. What should work is: libname oldlib v6 'f... 30 Nov 2009 12:28
reading ssd01 files
Hello I'm finally making the transition from v6.12 (Mac OS9/10.4) to v9.2 (XP/Parallels 4/Mac OS10.6.2). As a result I'm trying to read a bunch of data files with the .ssd01 extension. What should work is: libname oldlib v6 'folder path'; but for some reason, SAS doesn't see the files. Files with a .sd2 ext... 13 Nov 2009 07:41
varying y-interval/scale
Hi all. May I please ask how can I produce the figure as that on http://erj.ersjournals.com/cgi/content/abstract/32/3/603 Figure 2 but with varying y-interval ie 1 to 3 by 0.5 and from 3 to 6 by 3 (so the y major ticks will be at 1,1.5,2,2.5,3,6). I don't want broken y-axis since it'll cut off the confidence int... 15 Nov 2009 20:01
PROC GLM: Contrast/Estimate
I think you need SLICE option in LSMEANS statement. proc plan seed=1085055439; factors ID=50 ordered Faculty = 1 of 4 Gender = 1 of 2 y = 1 of 50 / noprint; output out=plan Faculty cvals=('Arts' 'Engineering' 'Medical' 'Science') Gender cvals=('Male' 'Female') ... 12 Nov 2009 15:07
FSEdit Question
Build a combobox or pmenu populated with valid ID's from a SAS dataset. Then you are ensured there are zero incorrect entries. ... 16 Nov 2009 10:08
How to call ORACLE function via SAS (via metadata server) not SQL pass-through
Hi, I would like to know if it's possible to call ORACLE function via a libname. Explain : In the Oracle db, i have a funtion to convert id client (technical id) to external reference (final user reference). In Oracle, we call this function like this : select REF_CLIENT_EXTERNE(rcl_cnt.rcl_idt,'101' ) from r... 12 Nov 2009 05:06
Normal residual in GLIMMIX?
I am using the following code to analyze my count data. "Nxtot" is the number of roots. When I use the following code, some of the variables and their interactions are significant but residuals are not normal. If I use "Dist=lognormal link=identity" in the following code, none of the variables and their interaction... 11 Nov 2009 19:07
First  |  Prev |  Next  |  Last
Pages: 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170