First  |  Prev |  Next  |  Last
Pages: 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176
Proc gplot annotate question
Hi All, I hope everyone is doing gr8. It's been a while since I've posted any question on the group. However is my question and I'm sure that you guys would be able to help me out. I've created a box plot for the distribution of lab analytes by time and treatment. Now I've all together 3 treatments and there a... 22 Oct 2009 15:16
data manipulation problem
I have a large data set consisting of subject id, response y and other interesting variables. A subset of data is like this: ID Y ... 1 1 1 1 1 1 1 0.8 1 0.6 1 0.6 1 0.4 1 0.2 2 1 2 1 2 0.4 2 0 3 1 3 1 3 0.8 3 0.8 4 1 .... What I need do is for each ID, find the two observations, with one havi... 22 Oct 2009 16:23
Quality of logistic regression model
Hi, Can I propose that you take a look at roc curve and the gini coefficient? If you see they are good, it may be just a case that one or two variables are bad. ------Original Message------ From: Alexis Lelex Sender: SAS(r) Discussion To: SAS-L(a)LISTSERV.UGA.EDU ReplyTo: Alexis Lelex Subject: Quality of lo... 26 Oct 2009 11:02
logistics model.
Hi, You can score the dataset by including it in a score statement in the original proc logistic. ------Original Message------ From: Jeff Sender: SAS(r) Discussion To: SAS-L(a)LISTSERV.UGA.EDU ReplyTo: Jeff Subject: logistics model. Sent: Oct 22, 2009 8:30 AM I used dataset A to develop logistic model for ... 21 Oct 2009 22:42
Netezza - hide password
Hi, I’m using a libname statement to connect to a Netezza server through SAS. LIBNAME ntz oledb init_string="Provider=nzoledb; User ID=myuserid;Password=mypassword; Initial Catalog=mycatalog;Data Source=mysource;" schema=myschema; What’s bothering me is that the statement seems to require my userid and pas... 22 Oct 2009 13:00
2 bars in proc gbarline
questions 1) is it possible to plot 2 bars next to each other in proc gbarline (in order to compare the two groups)? 2) here is my code: proc gbarline data = dataset; bar var1/ type =percent subgroup = var2; ... 21 Oct 2009 14:52
2 bars in proc gbarline
questions 1) is it possible to plot 2 bars next to each other in proc gbarline (in order to compare the two groups)? 2) here is my code: proc gbarline data = dataset; bar var1/ type =percent; */how do I designate the variable (var2)this % is referring to???/*; plot / ????? var3; *how do I plot these var3 a... 21 Oct 2009 14:52
SAS CONNECT/SAS Display Manager or BASE SAS
Dear SAS-L-ers, Abc Unha posted the following: Hi, We have SAS EBI Server license. Many or our SAS Programmer wants to use BASE SAS (or SAS Display Manager) instead of SAS Enterprise Guide. But As you know Windows Server comes with only two terminal licenses. I see that we have SAS/CONNECT lic... 22 Oct 2009 01:59
Problem with Inobs
Hi all, I've been happily using "Proc SQL Inobs= nnn;" forever but yesterday it suddenly refused to play. Whenever I run any code with "inobs" in it, it crashes, returning a log msg; "ERROR: sqxsort: unrecognized action 99. SAVE.BASEDATA (alias= 4.70552E-284" [AD: Where "99" equals the number of Obs I've speci... 23 Oct 2009 05:34
Obtaining box-cox power via univariate procs
Dear All: I want to obtain the box cox power of a variable I am working with. I went via 'proc transreg' but I think that is not the right route because my intent is to obtain lambda(conv or best) from a univariate analysis. Here my transreg route: proc transreg data=boxcox ; model boxcox(x / lambda... 20 Oct 2009 16:44
First  |  Prev |  Next  |  Last
Pages: 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176