Geometry.Net - the online learning center
Home  - Basic_S - Sas Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 3     41-60 of 109    Back | 1  | 2  | 3  | 4  | 5  | 6  | Next 20
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

         Sas Programming:     more books (100)
  1. SAS Programming and Data Analysis: A Theory and Program-Driven Approach by Leonard C. Onyiah, 2005-10-28
  2. Base SAS 9.1.3 Procedures Guide by SAS Institute, 2006-03
  3. SAS/STAT 9.1 User's Guide, Volumes 1-7 by SAS Institute, 2004-04
  4. Sas 9.1.3 Language Reference: Dictionary
  5. SAS (R) Report Writing: A Programming Approach Course Notes by SAS Institute Inc., 1996-01-18
  6. SAS/IML 9.1 User's Guide, Volumes 1 and 2 by SAS Institute, 2004-04
  7. SAS 9.1 Companion For Unix Enivronments by SAS Institute, 2004-04
  8. Professional SAS Programming Shortcuts by Rick Aster, 2002-05-21
  9. SAS Programming II: Manipulating Data with the Data Step(Instructor-based Training)Couse Notes
  10. SAS 9.1 Macro Language Reference by SAS Institute, 2004-04
  11. Logistic Regression Examples Using the SAS System, Version 6, First
  12. SAS SQL Procedure User's Guide, Version 8
  13. SAS Technical Report P-215, SAS/GRAPH Software: Changes and Enhancements, Version 6.07
  14. Professional Sas Programming Secrets by Rick Aster, Rhena Seidman, 1991-03

41. PRACTICUM & PROGRAMMING
1997. Applied Statistics and the sas programming Language. Upper Saddle River, NJ Prentice Hall. Delwiche, Lora D., and Susan J. Slaughter. 2003.
http://gppi.georgetown.edu/courses/mpp/practicumguide.html
Home
The SAS Tutorials are up on the site for the first time. I wanted to make them available for incoming students (and Quant I teaching assistants). During the semester, I will make some changes to these files and add other tutorials so I encourage you to send me feedback. In most Quantitative Methods classes, GPPI uses SAS rather than Stata as a teaching tool. For an explanation, see this memo Feel free to contact me with questions, comments, and/or complaints about the site. Remember, the site is intended to provide support for GPPI students so your input is encouraged and appreciated. Eric Gardner ( eng@georgetown.edu Practicum In case you were wondering, the Oxford English Dictionary , defines a Practicum as:
A practical exercise; a course of practical training definition Practicum Guide Everything you wanted to know about the practicum .. but were afraid to ask. The Practicum Guide contains a table of contents and an index so you can conveniently pick and choose the information relevant to you. Details (with links) on potential data sets and topics This document provides web links and more detailed information in spreadsheet form on more than 260 data sets and policy sites. The information should be useful for students researching topics and searching for data. Students can search on potential uses (e.g., healthcare, social policy) and name (e.g., organization, dataset name). Web links and descriptions are also included.

42. SAS Programming Workshops
sas programming Workshops. Session 1 Session 2 Session 3 Session 4 Session 5 Session 6. This six session workshop is intended to provide you with
http://www.dacc.wisc.edu/ssml/services/sasoutline.html
SAS Programming Workshops
Session 1 Session 2 Session 3 Session 4 ... Session 6 This six session workshop is intended to provide you with a basic familiarity with the SAS programming language. Beyond rules of syntax, we will focus on data management, data manipulation, and descriptive statistics. Getting your data into shape is the first hurdle in analysis, and is often the bulk of the programming task. Typically, statistical routines are relatively straightforward once you understand the language basics.
  • Session 1 (February 7, 2005) ( notes
  • Basics
    • Five SAS Windows Syntax Rules ( examples Grammer: Steps, run groups, statements, and keywords Addressing data sets ( examples
    Displaying Data Set Information Session 2 (March 23, 2004)
  • PROC Basics
    • DATA= OUTPUT WEIGHT TITLE
    Descriptive Statistics ( notes
    • Frequencies, crosstabs (PROC FREQ) Means (PROC MEANS)
    Session 3 (March 24, 2004) ( notes
  • DATA Step 1
    • Combining Data Sets (SET, MERGE) Data Set Labels, Variable Labels
  • 43. SAS Programming - Session 1
    SAS programs may be run in several different modes. SAS is an interpreted language, and the programming statements are interpreted in blocks of code
    http://www.dacc.wisc.edu/ssml/services/SASNotes1.html
    SAS Programming - Session 1
    SAS Software
    SAS software is used for data entry, retrieval, and management; tabular and graphical reporting; and statistical analysis. SAS programs may be run in several different modes. Under Windows the most common mode (the default) is to work in the "Display Manager System" (DMS), a workspace made of interconnected windows. Other common modes are batch mode, noninteractive mode, SAS/ASSIST, and SAS/Analyst. SAS is an interpreted language, and the programming statements are interpreted in blocks of code sometimes called "run groups". The two main types of run groups are DATA steps, used to create and modify data sets, and PROCs, the procedures that produce various types of output.
    Statement Rules
  • Commands should end with a semi-colon (";"). Commands may be written on a single line, or be broken across several lines for readability. A command may be broken anywhere there is a space between key words. Multiple commands may appear on a single line, although this is generally avoided for the sake of clarity.
  • 44. SAGE Publications - SAS Programming For Researchers And Social Scientists
    A solid introduction to programming in SAS, with a good, brief explanation of In contrast to other books on sas programming, this book combines a clear
    http://www.sagepub.com/book.aspx?pid=5194

    45. SAGE Publications - SAS Programming For Researchers And Social Scientists
    sas programming for Researchers and Social Scientists Authored by SAS programmer needs, particularly those who have no real programming experience.
    http://www.sagepub.com/printerfriendly.aspx?pid=5194&ptype=B

    46. SAS PROGRAMMING
    15025-534 sas programming. Syllabus Handout 1 Handout 2 Handout 3 Handout 4 Handout 5 Handout 6 Handout 7 Handout 8 Handout 9
    http://math.uc.edu/~deddens/yr2000/stat5342/stat5342.html
  • 15-025-534 SAS Programming
    Syllabus Handout 1 Handout 2 Handout 3 ... Homework 5
  • 47. SAS PROGRAMMING
    15025-534 sas programming TIME CHANGED!!!!! Syllabus Handout 1 Handout 2 Handout 3 Handout 4 Handout 5 Handout 6 Handout 7 Handout 8
    http://math.uc.edu/~deddens/yr2003/stat534/stat534.html
  • 15-025-534 SAS Programming TIME CHANGED!!!!!
    Syllabus Handout 1 Handout 2 Handout 3 ... Data 2
  • 48. SAS Frequently-Asked Questions
    Directory sas programming Tips and Analysis Tricks and Methods Using a Macintosh SAS Program (or other ASCII file) in. SAS for Windows
    http://www.usc.edu/isd/doc/statistics/sas/faq/
    SAS Frequently-Asked Questions

    49. SAS Programming Tips
    sas programming Tips Changing the Internal Order of Variables in a SAS Data Set Using Temporary SAS Data Sets to Save Time
    http://www.usc.edu/isd/doc/statistics/sas/faq/programs/
    SAS Programming Tips
    Recoding Variables with a Data Array
    Using an ARRAY that has potentially different values in each observation
    Changing the Internal Order of Variables in a SAS Data Set
    Using Temporary SAS Data Sets to Save Time
    Output Delivery System (Version 7 and higher):
    Removing Header Text from SAS Output Pages
    Periods as Missing Values in Character Data
    Reconfiguring Data Structure
    Creating "Lag" variables (Backward Lag and Forward Lag)
    Using Values Stored in a SAS Data Set as Macro Variables in a Macro
    Merging Techniques
    Using a SAS Data Set as a 'Lookup' File for Merging
    Selecting Observations in a Merge Based on Which SAS Data Set They Come From
    Tools That Help With 'Fuzzy' Matches and Merging
    Creating Aliases for Variable Names in SAS
    Reading SAS Date values (and other numeric data) from a string variable
    Using SAS for LOGIT analysis ...
    Paired T-Tests SAS Uses PROC MEANS (!)

    50. Pearson Education - Applied Statistics And The SAS Programming Language
    Applied Statistics and the sas programming Language, Ron Cody, Jeffrey Smith.
    http://www.pearsoned.co.uk/Bookshop/detail.asp?item=100000000065240

    51. SAS Consultant Special Interest Group
    They seek experienced SAS programmers to join our talented programming team. Candidates must have at least 310 years of advanced sas programming experience
    http://www.sconsig.com/jb200411.htm

    Hurry Up!
    Career Seeker(s) are sending their resumes in to us before you!

    The Cambridge Group Ltd
    1175 Post Road East
    Westport CT 06880
    Web: www.cambridgegroup.com
    SAS Programmer - 1810
    Status: Short - term consulting engagement, 40 hrs/week
    Length: Initial term: 2 months + extension
    Rate: $40.00 - $50.00 per hour ($83,200 - $104,000 annualized) Design and develop SAS programs to process and analyze clinical trials data. Write SAS programs for analysis of clinical study reports, safety reports, and integrated analysis. Should be proficient in SAS modules BASE, STAT, MACRO and GRAPH, and have the ability to program analysis tables, listings and graphs as needed in a timely manner. Requirements: Bachelor’s degree or higher in Computer Science or Statistics with 3 to 5 years pharmaceutical experience required. The Cambridge Group, Ltd. offers our contract employees a cafeteria-style, flexible benefits plan where consultants can choose from:
  • Two different Blue Cross Health Plans
  • Dental Insurance
  • Long-term Disability
  • Paid Holidays
  • Paid Personal Days
  • Up to 4 weeks of Vacation
  • Continuing Education Reimbursement up to $5,250 /yr
  • 52. SAS Consultant Special Interest Group
    Provide sas programming and analytical support to Decision Support team 35 years of experience in sas programming in a pharmaceutical or CRO setting.
    http://www.sconsig.com/jb200504.htm

    Hurry Up!
    Career Seeker(s) are sending their resumes in to us before you!

    Analytic Recruiting Inc.
    12 East 41st Street, 9th Floor
    New York, NY 10017
    Phone: 212 545-8511
    Fax: 212-545-8520
    Website: www.analyticrecruiting.com
    Email: getemaillink('analyticrecruiting.com','joan')
    Statistical Programmer – Atlanta
    Provide SAS programming and analytical support to Decision Support team and program managers. Develop SAS and SQL-based data management, file creation, and analytic processes for decision support, reporting and analysis. Also liaise with enterprise IT to inform database design according to local requirements for campaign management and decision support. Key responsibilities:
  • Write/optimize SQL queries to access source data and provide SQL/SAS programming support to other Decision support team members;
  • Work with customers to gather DS functional requirements, analyze database contents, work with multiple internal data management teams to understand data relationships, and develop the analytical processes for obtaining the requested information;
  • Take personal responsibility for surfacing and solving issues.
  • 53. Elsevier.com - Applied Statistics And The SAS® Programming Language
    Applied Statistics and the SAS® Programming Language Third Edition The third and final section covers sas programming, describing common problems in
    http://www.elsevier.com/wps/product/librarians/522674
    Home Site map Regional Sites Advanced Product Search ... Applied Statistics and the SAS® Programming Language Book information Product description Author information and services Ordering information Bibliographic and ordering information Conditions of sale Book related information Submit your book proposal Other books in same subject area About Elsevier Select your view
    Third Edition
    Edited by
    R.P. Cody
    J.K. Smith
    Description

    This popular volume, now in its third edition, is the definitive guide to the SAS programming language. Written in an incisive easy-to-read style, the new third edition includes: five new chapters; dozens of common programming examples from business, medicine, education, psychology, and other disciplines; and extensive coverage of SAS programming. Coherently divided into three sections, the guide begins with a tutorial section, serving as an introduction to programming with SAS software, purposely including only very basic statistics. The second section describes common statistical tests; how to run them with SAS software, and how to interpret the results. The third and final section covers SAS programming, describing common problems in data manipulation and how to solve these problems using the SAS software. This guide is an unsurpassed reference book, eliminating the need to consult bulky technical manuals, and is by far the best book on the market for teaching the SAS program.
    Contents
    A SAS Tutorial.

    54. CSCI 210 SAS Programming Assignment 2
    In this assignment you are to write a SAS program to compute some statistics This SAS program consists of eleven steps. Each step must begin with the
    http://www.cs.niu.edu/~t90hch1/csci210/sashw2.htm
    SAS Programming Assignment 2
    (60 points)
    Overview In this assignment you are to write a SAS program to compute some statistics and print some graphs from data about college students in the (fictional) course CSCI 213. Input Data File There are two input files. They have the same format, but the first one is much shorter. As you work on your program, test it with the file named T90HCH1.CSCI210.SPRING05.SASP2A, and once it is working, change it to use the file T90HCH1.CSCI210.SPRING05.SASP2B instead. The input data files contain records having the following format: Columns: 1-20 Name of student 21-30 County of residence 31 Class standing ( 1 = freshman, 2 = sophomore, 3 = junior, 4 = senior, 5 = graduate student ) 32-33 Eye color 34-35 Hair color 36-38 Height 36 the 'feet' part of the height 37-38 the 'inches' part of the height 39 Sex (F = female, M = male) 42-43 Age Programming Write a SAS program to do the following:
  • Create a new variable and place in it the total-height-in-inches. The required value can be obtained from the input data values for the feet and inches portions of the subject's height. Use the name CNTYDAT1 for the SAS data set (file) created in this step.
  • 55. CSCI 210 SAS Programming Assignment 1
    In this assignment you are to write a SAS program to compute weighted grades and This SAS program consists of seven steps. Each step must begin with the
    http://www.cs.niu.edu/~t90hch1/csci210/sashw1.htm
    SAS Programming Assignment 1
    (60 points)
    Overview In this assignment you are to write a SAS program to compute weighted grades and assign letter grades to students enrolled in the (fictional) computer science course CSCI 213. Input Data File The input data file consists of records having the following format: Columns: 1-24 Name of a student 25 Course section number (1, 2, 3 or 4) 27-31 Grade received in Exam # 1 (out of 125) 33-37 Grade received in Exam # 2 (out of 125) 39-42 Grade received in quizzes (out of 40) 44-48 Grade received in final exam (out of 200) 50-54 Total of assignment grades (out of 468) Here are four sample records from the input data file: HEYWARDS, JOHN HENRY 1 106.0 96.0 34.0 170.0 246.0 HUGHES, SARAH MARGARET 2 94.0 84.0 35.0 . 144.0 RICHARDSEN, HENRI JEAN 3 48.0 . 12.5 . 83.0 DAVIDSEN, CATHERINE ANNE4 120.0 111.0 36.0 168.0 395.6 The periods in the second and third data records represent missing data values. For instance, Sarah M. Hughes did not show up for the final examination, while Henri Richardsen did not take Exam # 2 and he did not show up for the final.

    56. One-Day Course In SAS Programming
    author of the book sas programming The OneDay Course . Course fee £295 (includes course book, teas/coffees and lunch). Discounts are available for those
    http://www.herts.ac.uk/business/centres/sscu/courses/sas.htm
    One-Day Course in SAS Programming
    One-Day Course in SAS Programming
    Statistical Services and Consultancy Unit,
    University of Hertfordshire, Hatfield
    Date tba: One day in March 2006
    This course takes place on the University's state-of-the-art de Havilland campus. Who is it for?
    This course is aimed at programmers or statisticians with some knowledge of SAS or those new to SAS and transferring from another statistical package. It is particularly suited to recently recruited programmers, those planning a career in the pharmaceutical or chemical industry or to anyone who wishes to develop a knowledge of SAS programming. The course is Windows based but the programming taught is equally applicable to those who use SAS on a mainframe. What prior knowledge is assumed?
    No prior knowledge of statistics is required. Anyone whose work would involve them using SAS should be able to participate fully. What does the course cover?
    The topics covered in the course are:
    • Introduction to SAS Reading data into SAS Saving and output of SAS datasets Manipulating datasets Restructuring datasets Summarising data Tabulating data Format and saving of SAS output Graphics in SAS An introduction to macros
    The course will be tutored by Dr Neil Spencer

    57. STAT 4091 SAS Programming
    Students will learn about SAS Data Libraries, permanent and temporary data tables, program editor usage, SAS/INSIGHT, SAS/ASSIST, and an introduction to
    http://statisticscourses.okstate.edu/goad/Stat4091/

    58. Taylor & Francis Online
    Aimed at researchers and students , sas programming The OneDay Course provides an It gives the reader a start in sas programming and the basic data
    http://www.crcpress.com/us/product.asp?sku=C4096&dept_id=1

    59. Myogen :: Myogen Is A Biopharmaceutical Company Focused On The Discovery, Develo
    Performs sas programming using techniques as SAS macro language, Expert in sas programming • Broad knowledge of SAS procedures, macros and reporting
    http://www.myogen.com/careers/index.php?op=job_view&jobID=61

    60. Livre Applied Statistics And The SAS Programming Language - R. Cody, J. Smith -
    librairie Eyrolles, vente de livres de sciences ( physique et mathématiques ) ouvrages sur l audiovisuel, livres de technologie.
    http://www.eyrolles.com/Sciences/Livre/9780131465329/livre-applied-statistics-an

    A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

    Page 3     41-60 of 109    Back | 1  | 2  | 3  | 4  | 5  | 6  | Next 20

    free hit counter