09-16-2024
Doc_Duke
Rhodochrosite | Level 12
Member since
06-23-2011
- 2,160 Posts
- 1 Likes Given
- 22 Solutions
- 510 Likes Received
-
Latest posts by Doc_Duke
Subject Views Posted 2579 03-09-2022 04:06 PM 3537 04-12-2021 08:33 PM 2706 02-17-2021 04:49 PM 1632 02-17-2021 04:37 PM 2151 11-15-2020 11:09 AM 4928 09-18-2020 04:36 PM 2386 06-08-2020 02:10 PM 1004 04-13-2020 10:36 AM 7971 04-13-2020 08:58 AM 4051 03-26-2020 03:01 PM -
Activity Feed for Doc_Duke
- Got a Like for Re: proc freq how to change the order of yes no. 08-16-2023 10:55 AM
- Got a Like for Re: escape characters. 02-20-2023 04:26 AM
- Got a Like for Re: Invalid third argument to function SUBSTR. 11-02-2022 12:19 AM
- Got a Like for Re: Do we have a "where NOT in" statement?. 10-03-2022 05:27 PM
- Got a Like for Re: Cleanwork command for /saswork and /sasutil cleanup. 08-10-2022 08:49 AM
- Got a Like for Re: Why this message “Data set Limit Reached” appear in “Project Tree” and “Process Flow” chart?. 06-13-2022 06:58 AM
- Got a Like for Re: Chi-Square WARNING. 03-09-2022 05:40 PM
- Posted Re: Chi-Square WARNING on Statistical Procedures. 03-09-2022 04:06 PM
- Got a Like for Re: Power calculation for proportions. 11-05-2021 08:32 AM
- Got a Like for Re: escape characters. 08-10-2021 02:03 PM
- Got a Like for Re: Looking for Dummy Clinical SAS Programming project to practice on as fresher to put on resume. 07-02-2021 03:16 PM
- Got a Like for Re: WARNING: The variable in the DROP, KEEP, or RENAME list has never been referenced. 06-12-2021 01:25 PM
- Got a Like for Re: Exposure-adjusted event rate. 04-13-2021 09:58 PM
- Posted Re: Exposure-adjusted event rate on SAS Health and Life Sciences. 04-12-2021 08:33 PM
- Posted Re: Time to event analysis- ADTTE on SAS Health and Life Sciences. 02-17-2021 04:49 PM
- Posted Re: How can I Find Code that opens a given dataset? on SAS Enterprise Guide. 02-17-2021 04:37 PM
- Posted Re: How to extract date from start date (description part) and create a variable in the dataset on SAS Programming. 11-15-2020 11:09 AM
- Posted Re: ERROR: No valid observations are found. on SAS Programming. 09-18-2020 04:36 PM
- Got a Like for Re: SAS Enterprise Guide Project Size Increasing with no changes. 09-09-2020 06:03 AM
- Got a Like for Re: Use RETAIN to re-order variables. 08-26-2020 02:32 PM
-
My Liked Posts
Subject Likes Posted 1 03-07-2013 01:00 PM 1 09-10-2015 10:47 AM 1 05-06-2013 01:27 PM 2 03-09-2022 04:06 PM 1 02-01-2010 04:09 PM -
My Library Contributions
03-09-2022
04:06 PM
2 Likes
It may be that a categorical test is not appropriate to these data. PROC NPAR1WAY seems more appropriate for testing the difference between waves on age. Though it will work with grouped ages, it would be even better if you have discrete ages.
... View more
04-12-2021
08:33 PM
1 Like
Just do a google search and you'll get the answer. Lex Jansen has a nice article on it.
... View more
02-17-2021
04:49 PM
Because the ADTTE is CDISC standard. See
https://www.cdisc.org/standards/foundational/adam/adam-basic-data-structure-bds-time-event-tte-analyses-v1-0
Standards can be changed, but it is a bit of a drawn out process.
... View more
02-17-2021
04:37 PM
This may not be viable, depending on how many EG projects you have, but you could run the project and store the log(s). Then you can just use text search tools to find the datasets referenced in the logs.
... View more
11-15-2020
11:09 AM
I get access denied on the google sheet.
... View more
09-18-2020
04:36 PM
"ERROR: No valid observations are found." means that every observation is has a missing value for one or more of the predictor or outcome variables. Since it occurs for the continuous variables only, that's the place to focus. Your dummy variable regression is likely overparameterized. Unless you have a lot of missing gender values, you don't need indicators for both male and female. Ditto gas and race. You may want to try PROC GLM unless you ultimately want to use some of the stepwise parameters of PROC REG.
... View more
06-08-2020
02:10 PM
Try putting it in the autoexec.sas file. I'm not currently using SAS Studio, so it's more a guess based on other SAS products.
... View more
04-13-2020
10:36 AM
1 Like
There are a few things that might be causing this:
-- Are you using the same version of EGuide? Your saving might convert to a newer storage.
-- Do you and your colleague have the same options set? I'm not sure which ones might impact storage.
-- Is your computer's storage blocksize different from your colleagues? I wouldn't expect that big a shift, but it might.
-- Are you using the same version of Windows? That might also change storage settings.
... View more
04-13-2020
08:58 AM
2 Likes
This may be the answer.
https://communities.sas.com/t5/Statistical-Procedures/Confidence-intervals-for-rates-using-Poisson-distribution/td-p/25521
I used this google search to find it
poisson confidence limit site:sas.com
... View more
03-26-2020
03:01 PM
PROC LIFETEST uses lots of memory. Look for 'memory requirements' in the documentation
https://support.sas.com/documentation/onlinedoc/stat/131/lifetest.pdf
... View more
01-24-2020
03:25 PM
To add to Reeza's comments, I'd suggest reading
https://documentation.sas.com/?docsetId=lrcon&docsetTarget=n0q9ylcaccjgjrn19hvqnd9cte8p.htm&docsetVersion=9.4&locale=en
for thorough coverage of the concepts.
... View more
12-10-2019
06:02 PM
It appears that RET is a variable and you are using it as a function.
... View more
12-03-2019
07:34 PM
In addition to Kurt's comments, you may be creating a number of intermediate files that are no longer needed, but are still taking up space on the disk. Critically look at your code and perhaps add some clean-up steps.
... View more
09-01-2019
03:59 PM
1 Like
Those difference look like round-off errors. although both SAS and Excel use double precision FLOATING POINT arithmetic, you can get round-off errors when the numerator N is large.
... View more
09-01-2019
03:49 PM
Lacona,
To get the boxplot you are looking for, you need to transpose the data first to get 3 columns:
Name, IncomeClass (with values Income1, Income2, and Income3), and the value of the income.
The elegant way to do it is to use PROC TRANSPOSE. However, with this little data, you can just retype the data.
... View more