01-31-2019
John4
Obsidian | Level 7
Member since
03-18-2017
- 38 Posts
- 37 Likes Given
- 0 Solutions
- 0 Likes Received
-
Latest posts by John4
Subject Views Posted 2497 04-17-2018 04:24 AM 2553 04-16-2018 11:13 AM 1655 06-29-2017 10:16 AM 1668 06-29-2017 09:47 AM 1688 06-29-2017 09:21 AM 1757 06-28-2017 06:21 AM 2327 06-22-2017 03:17 AM 2386 06-21-2017 03:27 AM 6179 06-12-2017 11:25 AM 1116 05-15-2017 04:12 AM -
Activity Feed for John4
- Posted Re: The mean excess plot in SAS on Statistical Procedures. 04-17-2018 04:24 AM
- Posted The mean excess plot in SAS on Statistical Procedures. 04-16-2018 11:13 AM
- Posted Re: A question about the PROC FREQ on SAS Procedures. 06-29-2017 10:16 AM
- Liked Re: A question about the PROC FREQ for PaigeMiller. 06-29-2017 10:13 AM
- Posted Re: A question about the PROC FREQ on SAS Procedures. 06-29-2017 09:47 AM
- Liked Re: A question about the PROC FREQ for PaigeMiller. 06-29-2017 09:47 AM
- Posted A question about the PROC FREQ on SAS Procedures. 06-29-2017 09:21 AM
- Liked Re: A question about the PROC GENMOD for Rick_SAS. 06-28-2017 08:41 AM
- Liked Re: A question about the PROC GENMOD for PaigeMiller. 06-28-2017 08:30 AM
- Posted A question about the PROC GENMOD on Statistical Procedures. 06-28-2017 06:21 AM
- Liked Re: Question about the PROC GENMOD for Ksharp. 06-22-2017 03:22 AM
- Liked Re: Question about the PROC GENMOD for JacobSimonsen. 06-22-2017 03:21 AM
- Liked Re: Question about the PROC GENMOD for Ksharp. 06-22-2017 03:19 AM
- Posted Re: Question about the PROC GENMOD on Statistical Procedures. 06-22-2017 03:17 AM
- Posted Question about the PROC GENMOD on Statistical Procedures. 06-21-2017 03:27 AM
- Liked Re: 10-fold corss validation for Ksharp. 06-15-2017 04:55 AM
- Liked Re: 10-fold corss validation for PaigeMiller. 06-15-2017 04:54 AM
- Posted 10-fold corss validation on SAS Data Science. 06-12-2017 11:25 AM
- Liked Re: Join three table for Kurt_Bremser. 05-15-2017 04:17 AM
- Liked Re: Join three table for novinosrin. 05-15-2017 04:17 AM
-
Posts I Liked
Subject Likes Author Latest Post 1 3 1 2 1
04-16-2018
11:13 AM
How could we create a mean excess plot (Hill estimator, etc.) in SAS ?
... View more
06-29-2017
09:47 AM
So we have to interpret the result 0.2236 as usually ? (I mean : "weak effect", "small effect", etc...) Or is there a method to deal with that ?
... View more
06-29-2017
09:21 AM
My data set look like this : Birth Death InfantDeath Country 24.7 5.7 30.8 Albania I am using this code for analyse my data : PROC FREQ DATA = MYDATA;
TABLE BIRTH*COUNTRY / CHISQ;
RUN; Cramér's V is a measure of association between two nominal variables but I dont understnd why SAS compute Cramér's V for continuous variable and categorial variable ? In the output I got 0.2236 as V cramer for these variables : Birth and Country
... View more
06-28-2017
06:21 AM
I'am using the PROC GENMOD like this : PROC GENMOD DATA = LIFDAT;
CLASS MFG;
MODEL LIFETIME = MFG / DIST=GAMMA LINK=LOG TYPE3;
RUN; but I dont understand why an estimated parameter equals zero What does it means ? can we change that ?
... View more
06-22-2017
03:17 AM
I dont understand Output values are : Deviance = 0.6841
Scaled Deviance = 1.1002 With Df = 57000
... View more
06-21-2017
03:27 AM
Using PROC GENMOD, in "Criteria for Assessing Goodness of Fit" I got : Deviance = 0.6841
Scaled Deviance = 1.1002 What does it means ? Is my model good ? I know that a model with too large a deviance doesn’t fit the data well, but I dont know which deviance should I take
... View more
06-12-2017
11:25 AM
I have a GLM model : PROC GENMOD DATA = MYDATA;
CLASS COUNTRY JOB;
MODEL MONEY = COUNTRY JOB / DIST = GAMMA LINK = LOG;
RUN; I want to estimate the prediction error. How can I do 10-fold cross validation on my data with SAS ?
... View more
05-15-2017
04:12 AM
It's because I have more than 500 obersations in each data (tab1, tab2, tab3)
... View more
05-15-2017
03:52 AM
I have 3 data : tab1, tab2 and tab3 like this : tab1 : NAME1 NUMBER1 John 145 Max 200 tab2 : NAME2 NUMBER2 Johny 1415 Maximus 4200 Vince 765 and tab3 : NAME3 NUMBER3 Johnatan 145 Bruce 200 How to do a join like this ? : NAME 1 NUMBER1 NAME2 NUMBER2 NAME3 NUMBER3 John 145 Johny 1415 Johnatan 145 Max 200 Maximus 4200 Bruce 200 . . Vince 765 . .
... View more
05-02-2017
12:58 PM
date value are numeric, how put them as SAS DATE format ?
... View more
05-02-2017
12:32 PM
I have a large data (sorted by recent date) set like this : ID NAME BEGIN END TOP 191080 John 25/04/2016 01/05/2016 NO 191080 John 08/06/2016 10/06/2016 NO 191080 John 21/06/2016 24/06/2016 Yes 191080 John 21/07/2016 24/09/2016 Yes 191141 Alex 16/01/2017 17/01/2017 NO 191141 Alex 22/02/2017 29/04/2017 NO If "Yes" and "NO" occurs in TOP for an observation, then the most recent dates is choosen But if only "NO" occurs in TOP for an observation, then the minimum of BEGIN and maximum of END are choosen I mean how get this : ID NAME BEGIN END 191080 John 21/07/2016 24/09/2016 191141 Alex 16/01/2017 29/04/2017
... View more
05-02-2017
08:32 AM
I have a data like this : ID NAME SURNAME 191080 John WAYNE 191080 John WAYNE 191080 John WAYNE 191141 Alex CLARK 191141 Alex CLARK I used PROC FREQ to count ID but I only get this : ID COUNT 191080 3 191141 2 But I want to count ID then add to my data, I mean how to get this : ID NAME SURNAME NUMBER 191080 John WAYNE 3 191080 John WAYNE . 191080 John WAYNE . 191141 Alex CLARK 2 191141 Alex CLARK .
... View more
05-02-2017
05:55 AM
I have a large data set like this : ID NAME BEGIN END 191080 John 25/04/2016 01/05/2016 191080 John 08/06/2016 10/06/2016 191080 John 21/06/2016 24/06/2016 191141 Alex 16/01/2017 17/01/2017 191141 Alex 22/02/2017 29/04/2017 For each first second row, I want to compute the difference (I mean get the number of days) between BEGIN and END by ID For exemple for John : 08/06/2016 - 01/05/2016 = 38 21/06/2016 - 10/06/2016 = 11 and for Alex : 22/02/2017 - 17/01/2017 = 36 I mean how get this : ID NAME BEGIN END RESULT 191080 John 25/04/2016 01/05/2016 191080 John 08/06/2016 10/06/2016 38 191080 John 21/06/2016 24/06/2016 11 191141 Alex 16/01/2017 17/01/2017 191141 Alex 22/02/2017 29/04/2017 36
... View more