Uncategorized

Angela Hall 0
What is the ReposID?

So you have an idea to implement queries or changes in the metadata via a program directly using SAS. Well, one of the first items of business is actually to grab the Repository ID number. Included below is some quick reference code on how to query that. PROC METADATA SERVER="my_sas_srv_name"

Advanced Analytics
Mike Gilliland 0
Announcing The BFD (the book)

I am pleased to announce publication of The Business Forecasting Deal: Exposing Myths, Eliminating Bad Practices, Providing Practical Solutions, available now in a convenient carry-everywhere size (approx 6” x 9” x 1”), or for download to your Kindle. Table of contents, sample sections (including the Prologue, Forewords by Tom Wallace

Angela Hall 0
Adding groups of users into metadata programmatically

Interested in adding a group of users into Metadata w/o Management Console? Included is an example of how to add one user: PROC METADATA SERVER="my_sas_srv_name" PORT=8561 USERID="sasadm@saspw" PASSWORD="xxxxxxxx" PROTOCOL=BRIDGE in="<AddMetadata> <Metadata> <Person Desc='Manager of clinical studies.' Name='Joe E. Doe' Title='Manager of Clinical Studies'> </Person> </Metadata> <Reposid>A0000001.A5VLFKMC</Reposid> <NS>SAS</NS> <Flags>268435456</Flags> <Options/> </AddMetadata>";

Shelly Goodin 0
Updating Survival Analysis Using SAS

Contributed by Paul Allison, Professor of Sociology, University of Pennsylvania I'm happy to announce that the second edition of my book Survival Analysis Using SAS: A Practical Guide has just been published by the SAS Institute. When the first edition was published in 1995, my goal was to provide an

Chris Hemedinger 0
Bayesian analysis: how to be less wrong

"Less Wrong" is the name of the blog where I found this layman's explanation of Bayes' Theorem. As I've pointed out before, I'm not a statistician. But I can comprehend basic statistical explanations such as the explanation of the Monty Hall problem. Understanding the concepts and being able to apply

Analytics
Anna Brown 0
Personal business analytics

While reading a datadoodle blog post, Self tracking is business intelligence, I was taken back to my days in the advertising and PR agency world. The blog references Peter Drucker’s book, The Effective Executive that suggests tracking your day (or having your secretary do it) in increments of 15 minutes

1 286 287 288 289 290 311