I have 400,000 rows, each with an id, number of trials, and number of successes. I have (one) value for p, a hypothesized probability of success.
I\'ve used PROC TABULATE to generate 5 different tables and w开发者_开发问答rote those to a PDF document with ODS. Each table is on a different page. But the boss wants 3 of the smaller tables on the
I am running some proc and using ods output FitStatistics = fs; etc to create s开发者_StackOverflowome SAS datasets from the outputs. But since I am running it a large number of times, I want to suppr
I\'m currently building a web application. In one of 开发者_高级运维it\'s key processes the application need to match short phrases to other similar ones available in the DB.
I have a table with about 1000 records and 2000 columns.What I want to do is categorize each row such that all records with equal column values for all columns except \'ID\' are given a category ID.My
I\'m using Python to read and write SAS datasets, using pyodbc and the SAS O开发者_开发技巧DBC drivers.I can load the data perfectly well, but when I save the data, using something like:
How do I obtain开发者_如何学编程 the machine epsilon in SAS?I just googled it: http://www.google.com/search?q=How+do+I+obtain+the+machine+epsilon+in+SAS
In SAS 9, how can I in a simple data step, rearrange the order the field. Data set2; /*Something probably goes here*/
I am trying to import a large blob field from a MySQL table via SAS ODBC passthrough.The field is larger than the maximum length allowed in SAS.According to SAS 9.2 documentation character type fields
I would like to edit and submit SAS开发者_StackOverflow社区 code from emacs (aquamacs) on OS X to SAS running on Vista (through Parallels).Any idea how to do this?I like to do everything through one p